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 e362745 commit dd5aaa8Copy full SHA for dd5aaa8
docs/proposals/authentication-filter.md
@@ -211,7 +211,7 @@ type JWTAuth struct {
211
// Example: "auth_jwt_key_cache 10m".
212
//
213
// +optional
214
- KeyCache *string `json:"keyCache,omitempty"`
+ KeyCache *v1alpha1.Duration `json:"keyCache,omitempty"`
215
216
// OnFailure customizes the 401 response for failed authentication.
217
@@ -289,7 +289,7 @@ type JWTFileKeySource struct {
289
// Example: "auth_jwt_key_cache 10m;".
290
291
292
293
}
294
295
// JWTRemoteKeySource specifies remote JWKS configuration.
0 commit comments