Skip to content

Commit

Permalink
fixup: typo
Browse files Browse the repository at this point in the history
Signed-off-by: KevFan <[email protected]>
  • Loading branch information
KevFan committed Feb 19, 2025
1 parent ec85c10 commit dedc10a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1beta3/auth_config_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ type ApiKeyAuthenticationSpec struct {
// A Common Expression Language (CEL) expression that evaluates to a list of string keys within the selected Kubernetes
// secret that contain valid API credentials. The keys of the selected Kubernetes secret are available for evaluation
// in the following structure: `{"keys": ["key1", "key2"]}`.
// Authorino will attempt to authenticate using any matching key. If no keys are defined, the default "api-key" will be used.
// Authorino will attempt to authenticate using any matching key. If no keys are defined, the default "api_key" will be used.
// If no match is found, the Kubernetes secret is not considered a valid Authorino API Key secret and is ignored.
// String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
// +optional
Expand Down
2 changes: 1 addition & 1 deletion install/crd/authorino.kuadrant.io_authconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2398,7 +2398,7 @@ spec:
A Common Expression Language (CEL) expression that evaluates to a list of string keys within the selected Kubernetes
secret that contain valid API credentials. The keys of the selected Kubernetes secret are available for evaluation
in the following structure: `{"keys": ["key1", "key2"]}`.
Authorino will attempt to authenticate using any matching key. If no keys are defined, the default "api-key" will be used.
Authorino will attempt to authenticate using any matching key. If no keys are defined, the default "api_key" will be used.
If no match is found, the Kubernetes secret is not considered a valid Authorino API Key secret and is ignored.
String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
type: string
Expand Down
2 changes: 1 addition & 1 deletion install/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2665,7 +2665,7 @@ spec:
A Common Expression Language (CEL) expression that evaluates to a list of string keys within the selected Kubernetes
secret that contain valid API credentials. The keys of the selected Kubernetes secret are available for evaluation
in the following structure: `{"keys": ["key1", "key2"]}`.
Authorino will attempt to authenticate using any matching key. If no keys are defined, the default "api-key" will be used.
Authorino will attempt to authenticate using any matching key. If no keys are defined, the default "api_key" will be used.
If no match is found, the Kubernetes secret is not considered a valid Authorino API Key secret and is ignored.
String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
type: string
Expand Down

0 comments on commit dedc10a

Please sign in to comment.