Skip to content

Commit a10371a

Browse files
authored
Merge pull request #53034 from aramase/aramase/d/fix_authn_stable
Update structured authentication to stable status in v1.34
2 parents 0e89819 + c7701d1 commit a10371a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/en/docs/reference/access-authn-authz/authentication.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,7 @@ You must specify the path to the authentication configuration using the `--authe
365365
continue to work as-is. To access the new capabilities like configuring multiple authenticators,
366366
setting multiple audiences for an issuer, switch to using the configuration file.
367367

368-
For Kubernetes v{{< skew currentVersion >}}, the structured authentication configuration file format
369-
is beta-level, and the mechanism for using that configuration is also beta. Provided you didn't specifically
370-
disable the `StructuredAuthenticationConfiguration`
371-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) for your cluster,
372-
you can turn on structured authentication by specifying the `--authentication-config` command line
368+
To use structured authentication, specify the `--authentication-config` command line
373369
argument to the kube-apiserver. An example of the structured authentication configuration file is shown below.
374370

375371
{{< note >}}

0 commit comments

Comments
 (0)