We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1029c3e commit c864630Copy full SHA for c864630
docs/proposals/authentication-filter.md
@@ -147,6 +147,7 @@ type BasicAuth struct {
147
// Also configures "realm="<realm_value>" in WWW-Authenticate header in error page location.
148
//
149
// +optional
150
+ // +kubebuilder:default="Restricted"
151
Realm *string `json:"realm,omitempty"`
152
153
// OnFailure customizes the 401 response for failed authentication.
@@ -199,7 +200,7 @@ type JWTAuth struct {
199
200
// Example: "auth_jwt_leeway 60s".
201
202
- // +kubebuilder:default=60s
203
+ // +kubebuilder:default=0s
204
Leeway *v1alpha1.Duration `json:"leeway,omitempty"`
205
206
// Type sets token type: signed | encrypted | nested.
0 commit comments