Skip to content

Commit

Permalink
Enable configuration of the issuer of bound service account tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed Jan 21, 2020
1 parent 0e2ff1e commit 5637f56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/v1/types_authentication.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ type AuthenticationSpec struct {
// The namespace for these secrets is openshift-config.
// +optional
WebhookTokenAuthenticators []WebhookTokenAuthenticator `json:"webhookTokenAuthenticators,omitempty"`

// serviceAccountIssuer is the identifier of the bound service account token
// issuer.
// The default is auth.openshift.io.
// +optional
ServiceAccountIssuer string `json:"serviceAccountIssuer"`
}

type AuthenticationStatus struct {
Expand Down

0 comments on commit 5637f56

Please sign in to comment.