Skip to content

Commit 582e64e

Browse files
Generate authorization
1 parent b424441 commit 582e64e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

services/authorization/src/stackit/authorization/configuration.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __init__(
3232
)
3333
"""Constructor
3434
"""
35-
self._base_path = "https://authorization.api.eu01.stackit.cloud"
35+
self._base_path = "https://authorization.api.stackit.cloud"
3636
"""Default Base url
3737
"""
3838
self.server_index = 0 if server_index is None else server_index
@@ -56,13 +56,12 @@ def get_host_settings(self):
5656
"""
5757
return [
5858
{
59-
"url": "https://authorization.api.{region}stackit.cloud",
59+
"url": "https://authorization.api.stackit.cloud",
6060
"description": "No description provided",
6161
"variables": {
6262
"region": {
6363
"description": "No description provided",
64-
"default_value": "eu01.",
65-
"enum_values": ["eu01.", "eu02."],
64+
"default_value": "global",
6665
}
6766
},
6867
}

0 commit comments

Comments
 (0)