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
// KeyCache is the cache duration for keys (auth_jwt_key_cache).
@@ -240,6 +241,7 @@ const (
240
241
)
241
242
242
243
// JWTFileKeySource specifies local JWKS key configuration.
244
+
// +kubebuilder:validation:XValidation:message="exactly one of configMapRef or secretRef must be set",rule="(self.configMapRef == null) != (self.secretRef == null)"
243
245
typeJWTFileKeySourcestruct {
244
246
// ConfigMapRef references a ConfigMap containing the JWKS.
245
247
// Exactly one of ConfigMapRef or SecretRef must be set.
0 commit comments