diff --git a/content/en/docs/reference/access-authn-authz/authentication.md b/content/en/docs/reference/access-authn-authz/authentication.md index c014f375b6..6ab9ba3c75 100644 --- a/content/en/docs/reference/access-authn-authz/authentication.md +++ b/content/en/docs/reference/access-authn-authz/authentication.md @@ -1255,7 +1255,7 @@ Response example: "system:authenticated" ], "extra": { - "provider_id": ["token.company.dev"] + "provider_id": ["token.company.example"] } } } diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates.md b/content/en/docs/reference/command-line-tools-reference/feature-gates.md index c0e14055b3..bf58cbb98e 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates.md @@ -379,6 +379,9 @@ Each feature gate is designed for enabling/disabling a specific feature: - `APIServerTracing`: Add support for distributed tracing in the API server. See [Traces for Kubernetes System Components](/docs/concepts/cluster-administration/system-traces) for more details. - `APISelfSubjectAttributesReview`: Activate the `SelfSubjectReview` API which allows users + to see the requesting subject's authentication information. + See [API access to authentication information for a client](/docs/reference/access-authn-authz/authentication/#self-subject-review) + for more details. - `AdvancedAuditing`: Enable [advanced auditing](/docs/tasks/debug/debug-cluster/audit/#advanced-audit) - `AllowInsecureBackendProxy`: Enable the users to skip TLS verification of kubelets on Pod log requests.