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: static/api-specs/crd-api.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,6 +287,7 @@ _Appears in:_
287
287
| Field | Description | Default | Validation |
288
288
| --- | --- | --- | --- |
289
289
|`type`_string_| Type is the type of OIDC configuration | kubernetes | Enum: [kubernetes configMap inline] <br /> |
290
+
|`resourceUrl`_string_| ResourceURL is the explicit resource URL for OAuth discovery endpoint (RFC 9728)<br />If not specified, defaults to the in-cluster Kubernetes service URL |||
290
291
|`kubernetes`_[KubernetesOIDCConfig](#kubernetesoidcconfig)_| Kubernetes configures OIDC for Kubernetes service account token validation<br />Only used when Type is "kubernetes" |||
291
292
|`configMap`_[ConfigMapOIDCRef](#configmapoidcref)_| ConfigMap references a ConfigMap containing OIDC configuration<br />Only used when Type is "configmap" |||
292
293
|`inline`_[InlineOIDCConfig](#inlineoidcconfig)_| Inline contains direct OIDC configuration<br />Only used when Type is "inline" |||
0 commit comments