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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
pull/35385/head
Maksim Nabokikh 2022-11-28 01:20:46 +04:00 committed by m.nabokikh
parent 5d61921a11
commit cb9dc5a4ac
2 changed files with 4 additions and 1 deletions

View File

@ -1255,7 +1255,7 @@ Response example:
"system:authenticated"
],
"extra": {
"provider_id": ["token.company.dev"]
"provider_id": ["token.company.example"]
}
}
}

View File

@ -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.