hashicorp / vault-plugin-auth-kubernetes

Vault authentication plugin for Kubernetes Service Accounts
https://www.vaultproject.io/docs/auth/kubernetes.html
Mozilla Public License 2.0
206 stars 62 forks source link

Allow specifying a namespace selector for the allowed namespace from which to authenticate #155

Open f4z3r opened 2 years ago

f4z3r commented 2 years ago

See issue hashicorp/vault#16222

We would like to replicate the change of the Secret Engine to this Auth engine, and allow specifying a label selector to define from which namespaces clients are allowed to authenticate with their ServiceAccounts.

FYI: @raffaelespazzoli