You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-h, --help Help for "stackit auth activate-service-account"
32
-
--jwks-custom-endpoint string Custom endpoint for the jwks API, which is used to get the json web key sets (jwks) to validate tokens when the service-account authentication is activated
33
32
--private-key-path string RSA private key path. It takes precedence over the private key included in the service account key, if present
34
33
--service-account-key-path string Service account key path
35
34
--service-account-token string Service account long-lived access token
36
-
--token-custom-endpoint string Custom endpoint for the token API, which is used to request access tokens when the service-account authentication is activated
Copy file name to clipboardExpand all lines: docs/stackit_config_set.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,15 @@ stackit config set [flags]
29
29
### Options
30
30
31
31
```
32
+
--allowed-url-domain string Domain name, used for the verification of the URLs that are given in the custom identidy provider endpoint and "STACKIT curl" command
32
33
--argus-custom-endpoint string Argus API base URL, used in calls to this API
33
34
--authorization-custom-endpoint string Authorization API base URL, used in calls to this API
34
35
--dns-custom-endpoint string DNS API base URL, used in calls to this API
35
36
-h, --help Help for "stackit config set"
36
37
--iaas-custom-endpoint string IaaS API base URL, used in calls to this API
37
38
--identity-provider-custom-client-id string Identity Provider client ID, used for user authentication
38
39
--identity-provider-custom-endpoint string Identity Provider base URL, used for user authentication
40
+
--jwks-custom-endpoint string Custom endpoint for the jwks API, which is used to get the json web key sets (jwks) to validate tokens when the service-account authentication is activated
39
41
--load-balancer-custom-endpoint string Load Balancer API base URL, used in calls to this API
40
42
--logme-custom-endpoint string LogMe API base URL, used in calls to this API
41
43
--mariadb-custom-endpoint string MariaDB API base URL, used in calls to this API
@@ -54,6 +56,7 @@ stackit config set [flags]
54
56
--session-time-limit string Maximum time before authentication is required again. After this time, you will be prompted to login again to execute commands that require authentication. Can't be larger than 24h. Requires authentication after being set to take effect. Examples: 3h, 5h30m40s (BETA: currently values greater than 2h have no effect)
55
57
--ske-custom-endpoint string SKE API base URL, used in calls to this API
56
58
--sqlserverflex-custom-endpoint string SQLServer Flex API base URL, used in calls to this API
59
+
--token-custom-endpoint string Custom endpoint for the token API, which is used to request access tokens when the service-account authentication is activated
Copy file name to clipboardExpand all lines: docs/stackit_config_unset.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ stackit config unset [flags]
26
26
### Options
27
27
28
28
```
29
+
--allowed-url-domain Domain name, used for the verification of the URLs that are given in the IDP endpoint and curl commands. If unset, defaults to stackit.cloud
29
30
--argus-custom-endpoint Argus API base URL. If unset, uses the default base URL
30
31
--async Configuration option to run commands asynchronously
31
32
--authorization-custom-endpoint Authorization API base URL. If unset, uses the default base URL
@@ -34,6 +35,7 @@ stackit config unset [flags]
34
35
--iaas-custom-endpoint IaaS API base URL. If unset, uses the default base URL
35
36
--identity-provider-custom-client-id Identity Provider client ID, used for user authentication
36
37
--identity-provider-custom-endpoint Identity Provider base URL. If unset, uses the default base URL
38
+
--jwks-custom-endpoint Custom endpoint for the jwks API, which is used to get the json web key sets (jwks) to validate tokens when the service-account authentication is activated
37
39
--load-balancer-custom-endpoint Load Balancer API base URL. If unset, uses the default base URL
38
40
--logme-custom-endpoint LogMe API base URL. If unset, uses the default base URL
39
41
--mariadb-custom-endpoint MariaDB API base URL. If unset, uses the default base URL
@@ -54,6 +56,7 @@ stackit config unset [flags]
54
56
--session-time-limit Maximum time before authentication is required again. If unset, defaults to 2h
55
57
--ske-custom-endpoint SKE API base URL. If unset, uses the default base URL
56
58
--sqlserverflex-custom-endpoint SQLServer Flex API base URL. If unset, uses the default base URL
59
+
--token-custom-endpoint Custom endpoint for the token API, which is used to request access tokens when the service-account authentication is activated
cmd.Flags().String(privateKeyPathFlag, "", "RSA private key path. It takes precedence over the private key included in the service account key, if present")
103
-
cmd.Flags().String(tokenCustomEndpointFlag, "", "Custom endpoint for the token API, which is used to request access tokens when the service-account authentication is activated")
104
-
cmd.Flags().String(jwksCustomEndpointFlag, "", "Custom endpoint for the jwks API, which is used to get the json web key sets (jwks) to validate tokens when the service-account authentication is activated")
cmd.Flags().String(sessionTimeLimitFlag, "", "Maximum time before authentication is required again. After this time, you will be prompted to login again to execute commands that require authentication. Can't be larger than 24h. Requires authentication after being set to take effect. Examples: 3h, 5h30m40s (BETA: currently values greater than 2h have no effect)")
132
135
cmd.Flags().String(identityProviderCustomEndpointFlag, "", "Identity Provider base URL, used for user authentication")
133
136
cmd.Flags().String(identityProviderCustomClientIdFlag, "", "Identity Provider client ID, used for user authentication")
137
+
cmd.Flags().String(allowedUrlDomainFlag, "", `Domain name, used for the verification of the URLs that are given in the custom identity provider endpoint and "STACKIT curl" command`)
134
138
cmd.Flags().String(argusCustomEndpointFlag, "", "Argus API base URL, used in calls to this API")
135
139
cmd.Flags().String(authorizationCustomEndpointFlag, "", "Authorization API base URL, used in calls to this API")
136
140
cmd.Flags().String(dnsCustomEndpointFlag, "", "DNS API base URL, used in calls to this API")
cmd.Flags().String(skeCustomEndpointFlag, "", "SKE API base URL, used in calls to this API")
153
157
cmd.Flags().String(sqlServerFlexCustomEndpointFlag, "", "SQLServer Flex API base URL, used in calls to this API")
154
158
cmd.Flags().String(iaasCustomEndpointFlag, "", "IaaS API base URL, used in calls to this API")
159
+
cmd.Flags().String(tokenCustomEndpointFlag, "", "Custom endpoint for the token API, which is used to request access tokens when the service-account authentication is activated")
160
+
cmd.Flags().String(jwksCustomEndpointFlag, "", "Custom endpoint for the jwks API, which is used to get the json web key sets (jwks) to validate tokens when the service-account authentication is activated")
0 commit comments