Skip to content

Commit

Permalink
Merge pull request #517 from Kuadrant/spelling
Browse files Browse the repository at this point in the history
spelling fixes in crs
  • Loading branch information
laurafitzgerald authored Feb 24, 2025
2 parents 762ebd7 + 77b3c6c commit cbc7183
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api/v1beta2/auth_config_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ type AuthConfig struct {
Status AuthConfigStatus `json:"status,omitempty"`
}

// Specifies the desired state of the AuthConfig resource, i.e. the authencation/authorization scheme to be applied to protect the matching service hosts.
// Specifies the desired state of the AuthConfig resource, i.e. the authentication/authorization scheme to be applied to protect the matching service hosts.
type AuthConfigSpec struct {
// The list of public host names of the services protected by this authentication/authorization scheme.
// Authorino uses the requested host to lookup for the corresponding authentication/authorization configs to enforce.
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta3/auth_config_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ type AuthConfig struct {
Status AuthConfigStatus `json:"status,omitempty"`
}

// Specifies the desired state of the AuthConfig resource, i.e. the authencation/authorization scheme to be applied to protect the matching service hosts.
// Specifies the desired state of the AuthConfig resource, i.e. the authentication/authorization scheme to be applied to protect the matching service hosts.
type AuthConfigSpec struct {
// The list of public host names of the services protected by this authentication/authorization scheme.
// Authorino uses the requested host to lookup for the corresponding authentication/authorization configs to enforce.
Expand Down
8 changes: 4 additions & 4 deletions install/crd/authorino.kuadrant.io_authconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ spec:
type: object
spec:
description: Specifies the desired state of the AuthConfig resource, i.e.
the authencation/authorization scheme to be applied to protect the matching
service hosts.
the authentication/authorization scheme to be applied to protect the
matching service hosts.
properties:
authentication:
additionalProperties:
Expand Down Expand Up @@ -2374,8 +2374,8 @@ spec:
type: object
spec:
description: Specifies the desired state of the AuthConfig resource, i.e.
the authencation/authorization scheme to be applied to protect the matching
service hosts.
the authentication/authorization scheme to be applied to protect the
matching service hosts.
properties:
authentication:
additionalProperties:
Expand Down
8 changes: 4 additions & 4 deletions install/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ spec:
type: object
spec:
description: Specifies the desired state of the AuthConfig resource, i.e.
the authencation/authorization scheme to be applied to protect the matching
service hosts.
the authentication/authorization scheme to be applied to protect the
matching service hosts.
properties:
authentication:
additionalProperties:
Expand Down Expand Up @@ -2605,8 +2605,8 @@ spec:
type: object
spec:
description: Specifies the desired state of the AuthConfig resource, i.e.
the authencation/authorization scheme to be applied to protect the matching
service hosts.
the authentication/authorization scheme to be applied to protect the
matching service hosts.
properties:
authentication:
additionalProperties:
Expand Down

0 comments on commit cbc7183

Please sign in to comment.