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/crd/k8s.nginx.org_policies.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
@@ -74,7 +74,10 @@ The `.spec` object supports the following fields:
74
74
|`oidc.postLogoutRedirectURI`|`string`| URI to redirect to after the logout has been performed. Requires endSessionEndpoint. The default is /_logout. |
75
75
|`oidc.redirectURI`|`string`| Allows overriding the default redirect URI. The default is /_codexch. |
76
76
|`oidc.scope`|`string`| List of OpenID Connect scopes. The scope openid always needs to be present and others can be added concatenating them with a + sign, for example openid+profile+email, openid+email+userDefinedScope. The default is openid. |
77
+
|`oidc.sslVerify`|`boolean`| Enables verification of the IDP server SSL certificate. Default is false. |
78
+
|`oidc.sslVerifyDepth`|`integer`| Sets the verification depth in the IDP server certificates chain. The default is 1. |
77
79
|`oidc.tokenEndpoint`|`string`| URL for the token endpoint provided by your OpenID Connect provider. |
80
+
|`oidc.trustedCertSecret`|`string`| The name of the Kubernetes secret that stores the CA certificate for IDP server verification. It must be in the same namespace as the Policy resource. The secret must be of the type nginx.org/ca, and the certificate must be stored in the secret under the key ca.crt. |
78
81
|`oidc.zoneSyncLeeway`|`integer`| Specifies the maximum timeout in milliseconds for synchronizing ID/access tokens and shared values between Ingress Controller pods. The default is 200. |
79
82
|`rateLimit`|`object`| The rate limit policy controls the rate of processing requests per a defined key. |
80
83
|`rateLimit.burst`|`integer`| Excessive requests are delayed until their number exceeds the burst size, in which case the request is terminated with an error. |
0 commit comments