Skip to content

Commit 47c8bc9

Browse files
authored
remove required validation for JWTRule issuer field (#3504)
Signed-off-by: tjons <tylerschade99@gmail.com>
1 parent ba07c2c commit 47c8bc9

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

kubernetes/customresourcedefinitions.gen.yaml

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1beta1/request_authentication.pb.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1beta1/request_authentication.pb.html

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1beta1/request_authentication.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ message JWTRule {
327327
// Example: `https://foobar.auth0.com`
328328
// Example: `1234567-compute@developer.gserviceaccount.com`
329329
// +kubebuilder:validation:MinLength=1
330-
string issuer = 1 [(google.api.field_behavior) = REQUIRED];
330+
string issuer = 1;
331331

332332
// The list of JWT
333333
// [audiences](https://tools.ietf.org/html/rfc7519#section-4.1.3)

0 commit comments

Comments
 (0)