Skip to content

Commit

Permalink
[add] DisallowBearerToken option to operator to disallow bearer = true
Browse files Browse the repository at this point in the history
change 1 out of 3 for nats-io/nats-server#3084
  • Loading branch information
matthiashanel committed Apr 29, 2022
1 parent 442af02 commit 9f4f1d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/operator_claims.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ type Operator struct {
AssertServerVersion string `json:"assert_server_version,omitempty"`
// Signing of subordinate objects will require signing keys
StrictSigningKeyUsage bool `json:"strict_signing_key_usage,omitempty"`
DisallowBearerToken bool `json:"disallow_bearer,omitempty"`
GenericFields
}

Expand Down

0 comments on commit 9f4f1d5

Please sign in to comment.