Skip to content

Commit 8834504

Browse files
hcsa73Henrique Santos
andauthored
Update key flow default endpoints (#138)
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
1 parent dfff722 commit 8834504

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

core/clients/key_flow.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ const (
2727
PrivateKeyPath = "STACKIT_PRIVATE_KEY_PATH"
2828
)
2929

30-
var tokenAPI = "https://api.stackit.cloud/service-account/token" //nolint:gosec // linter false positive
31-
32-
var jwksAPI = "https://api.stackit.cloud/service-account/.well-known/jwks.json"
30+
var tokenAPI = "https://service-account.api.stackit.cloud/token" //nolint:gosec // linter false positive
31+
var jwksAPI = "https://service-account.api.stackit.cloud/.well-known/jwks.json"
3332

3433
// KeyFlow handles auth with SA key
3534
type KeyFlow struct {

0 commit comments

Comments
 (0)