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
Copy file name to clipboardExpand all lines: docs/stackit_config_set.md
-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,6 @@ stackit config set [flags]
36
36
--iaas-custom-endpoint string IaaS API base URL, used in calls to this API
37
37
--identity-provider-custom-client-id string Identity Provider client ID, used for user authentication
38
38
--identity-provider-custom-endpoint string Identity Provider base URL, used for user authentication
39
-
--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
40
39
--load-balancer-custom-endpoint string Load Balancer API base URL, used in calls to this API
41
40
--logme-custom-endpoint string LogMe API base URL, used in calls to this API
42
41
--mariadb-custom-endpoint string MariaDB API base URL, used in calls to this API
Copy file name to clipboardExpand all lines: docs/stackit_config_unset.md
-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,6 @@ stackit config unset [flags]
34
34
--iaas-custom-endpoint IaaS API base URL. If unset, uses the default base URL
35
35
--identity-provider-custom-client-id Identity Provider client ID, used for user authentication
36
36
--identity-provider-custom-endpoint Identity Provider base URL. If unset, uses the default base URL
37
-
--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
38
37
--load-balancer-custom-endpoint Load Balancer API base URL. If unset, uses the default base URL
39
38
--logme-custom-endpoint LogMe API base URL. If unset, uses the default base URL
40
39
--mariadb-custom-endpoint MariaDB API base URL. If unset, uses the default base URL
cmd.Flags().String(sqlServerFlexCustomEndpointFlag, "", "SQLServer Flex API base URL, used in calls to this API")
158
157
cmd.Flags().String(iaasCustomEndpointFlag, "", "IaaS API base URL, used in calls to this API")
159
158
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")
cmd.Flags().Bool(sqlServerFlexCustomEndpointFlag, false, "SQLServer Flex API base URL. If unset, uses the default base URL")
247
242
cmd.Flags().Bool(iaasCustomEndpointFlag, false, "IaaS API base URL. If unset, uses the default base URL")
248
243
cmd.Flags().Bool(tokenCustomEndpointFlag, false, "Custom endpoint for the token API, which is used to request access tokens when the service-account authentication is activated")
249
-
cmd.Flags().Bool(jwksCustomEndpointFlag, false, "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