diff --git a/api/v1beta2/auth_config_types.go b/api/v1beta2/auth_config_types.go index c689e51b..8490ad35 100644 --- a/api/v1beta2/auth_config_types.go +++ b/api/v1beta2/auth_config_types.go @@ -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. diff --git a/api/v1beta3/auth_config_types.go b/api/v1beta3/auth_config_types.go index 4abe3857..3b3ba8a2 100644 --- a/api/v1beta3/auth_config_types.go +++ b/api/v1beta3/auth_config_types.go @@ -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. diff --git a/install/crd/authorino.kuadrant.io_authconfigs.yaml b/install/crd/authorino.kuadrant.io_authconfigs.yaml index 4f963ca4..6742e364 100644 --- a/install/crd/authorino.kuadrant.io_authconfigs.yaml +++ b/install/crd/authorino.kuadrant.io_authconfigs.yaml @@ -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: @@ -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: diff --git a/install/manifests.yaml b/install/manifests.yaml index cd566bda..3b027888 100644 --- a/install/manifests.yaml +++ b/install/manifests.yaml @@ -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: @@ -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: