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: extra/crds.yaml
+62-20Lines changed: 62 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -48,16 +48,6 @@ spec:
48
48
description: This field contains OIDC-specific configuration. It is only required in case OIDC is used.
49
49
nullable: true
50
50
properties:
51
-
clientAuthenticationMethod:
52
-
default: client_secret_basic
53
-
description: 'The client authentication method used when communicating with the token endpoint. Defaults to `client_secret_basic`. The required contents of `clientCredentialsSecret` depend on the chosen method: secret-based methods (`client_secret_basic`, `client_secret_post`, `client_secret_jwt`) expect a client secret, while `private_key_jwt` expects a private key.'
54
-
enum:
55
-
- client_secret_basic
56
-
- client_secret_post
57
-
- client_secret_jwt
58
-
- private_key_jwt
59
-
- none
60
-
type: string
61
51
clientCredentialsSecret:
62
52
description: |-
63
53
A reference to the OIDC client credentials secret. The secret contains
@@ -1260,17 +1250,43 @@ spec:
1260
1250
type: object
1261
1251
type: object
1262
1252
configOverrides:
1263
-
additionalProperties:
1264
-
additionalProperties:
1265
-
type: string
1266
-
type: object
1267
-
default: {}
1268
1253
description: |-
1269
1254
The `configOverrides` can be used to configure properties in product config files
0 commit comments