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/index.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,6 @@ Note: AWS specific checks must be skipped as they do not work on STACKIT. For de
146
146
-`dns_custom_endpoint` (String) Custom endpoint for the DNS service
147
147
-`enable_beta_resources` (Boolean) Enable beta resources. Default is false.
148
148
-`iaas_custom_endpoint` (String) Custom endpoint for the IaaS service
149
-
-`jwks_custom_endpoint` (String, Deprecated) Custom endpoint for the jwks API, which is used to get the json web key sets (jwks) to validate tokens when using the key flow
150
149
-`loadbalancer_custom_endpoint` (String) Custom endpoint for the Load Balancer service
151
150
-`logme_custom_endpoint` (String) Custom endpoint for the LogMe service
152
151
-`mariadb_custom_endpoint` (String) Custom endpoint for the MariaDB service
"ske_custom_endpoint": "Custom endpoint for the Kubernetes Engine (SKE) service",
152
151
"service_enablement_custom_endpoint": "Custom endpoint for the Service Enablement API",
153
152
"token_custom_endpoint": "Custom endpoint for the token API, which is used to request access tokens when using the key flow",
154
-
"jwks_custom_endpoint": "Custom endpoint for the jwks API, which is used to get the json web key sets (jwks) to validate tokens when using the key flow",
155
153
"enable_beta_resources": "Enable beta resources. Default is false.",
DeprecationMessage: "Validation using JWKS was removed, for being redundant with token validation done in the APIs. This field has no effect, and will be removed in a later update",
0 commit comments