Skip to content

Commit

Permalink
refactor(api): change authentication.oidc.provisioner to providerHint
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 committed Sep 29, 2024
1 parent e652b0c commit 91d5e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/authentication/v1alpha1/authentication_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ type OIDCProvider struct {
PrincipalClaim string `json:"principalClaim"`

// +kubebuilder:validation:Required
// +kubebuilder:validation:Enum=oidc;keycloak;dexidp;authentik
Provisioner string `json:"provisioner"`
// +kubebuilder:validation:Enum=keycloak
ProviderHint string `json:"provisionerHint"`

// +kubebuilder:validation:Optional
RootPath string `json:"rootPath,omitempty"`
Expand Down

0 comments on commit 91d5e96

Please sign in to comment.