Skip to content

Commit 7a1cdab

Browse files
KEP-4633: Graduate to BETA.
Signed-off-by: Vinayak Goyal <[email protected]>
1 parent 7ea5de0 commit 7a1cdab

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,9 +1093,8 @@ that grant access to the `*` user or `*` group do not include anonymous users.
10931093
{{< feature-state feature_gate_name="AnonymousAuthConfigurableEndpoints" >}}
10941094

10951095
The `AuthenticationConfiguration` can be used to configure the anonymous
1096-
authenticator. To enable configuring anonymous auth via the config file you need
1097-
enable the `AnonymousAuthConfigurableEndpoints` feature gate. When this feature
1098-
gate is enabled you cannot set the `--anonymous-auth` flag.
1096+
authenticator. If you set the anonymous field in the `AuthenticationConfiguration`
1097+
file then you cannot set the `--anonymous-auth` flag.
10991098

11001099
The main advantage of configuring anonymous authenticator using the authentication
11011100
configuration file is that in addition to enabling and disabling anonymous authentication

content/en/docs/reference/command-line-tools-reference/feature-gates/anonymous-auth-configurable-endpoints.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.31"
12+
toVersion: "1.31"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.32"
1216
---
13-
Enable [configurable endpoints for anonymous auth](/docs/reference/access-authn-authz/authentication/#anonymous-authenticator-onfiguration)
17+
Enable [configurable endpoints for anonymous auth](/docs/reference/access-authn-authz/authentication/#anonymous-authenticator-configuration)
1418
for the API server.

0 commit comments

Comments
 (0)