Skip to content

Commit

Permalink
Merge pull request #340 from ShazaAldawamneh/issue26
Browse files Browse the repository at this point in the history
Add whitespace
  • Loading branch information
ibihim authored Dec 12, 2024
2 parents 91a1759 + 00c7ab8 commit ad71c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kube-rbac-proxy/app/options/oidcoptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type OIDCOptions struct {
}

func (o *OIDCOptions) AddFlags(flagset *pflag.FlagSet) {
//Authn OIDC flags
// Authn OIDC flags
flagset.StringVar(&o.IssuerURL, "oidc-issuer", "", "The URL of the OpenID issuer, only HTTPS scheme will be accepted. If set, it will be used to verify the OIDC JSON Web Token (JWT).")
flagset.StringVar(&o.ClientID, "oidc-clientID", "", "The client ID for the OpenID Connect client, must be set if oidc-issuer-url is set.")
flagset.StringVar(&o.UsernameClaim, "oidc-username-claim", "email", "Identifier of the user in JWT claim, by default set to 'email'")
Expand Down

0 comments on commit ad71c2c

Please sign in to comment.