You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We no longer plan to require audiences in the kubernetes auth plugin. It
was later discovered that doing so could break some valid configurations
of our customers (more details
[here](hashicorp/vault-plugin-auth-kubernetes#300 (comment))).
Instead, we plan to simply recommend that customers specify an`audience`
if it does not break their workflow. We log a warning in Vault when an
audience is not configured so that customers will be aware.
Copy file name to clipboardExpand all lines: content/vault/v1.20.x/content/api-docs/auth/kubernetes.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ entities attempting to login.
146
146
[LabelSelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#labelselector-v1-meta). Currently, label selectors with `matchExpressions` are not supported.
147
147
To use label selectors, **Vault must have permission to read namespaces** on the Kubernetes
148
148
cluster. If set with `bound_service_account_namespaces`, the conditions are `OR`ed.
149
-
-`audience``(string: "")` - Audience claim to verify in the JWT. Will be required in Vault 1.21+.
149
+
-`audience``(string: "")` - Audience claim to verify in the JWT.
150
150
-`alias_name_source``(string: "serviceaccount_uid")` - Configures how identity aliases are generated.
151
151
Valid choices are: `serviceaccount_uid` and `serviceaccount_name`.
0 commit comments