hashicorp / vault-helm

Helm chart to install Vault and other associated components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use kubernetes Role and RoleBinding instead of ClusterRole and ClusterRoleBinding for server?

brettcurtis opened this issue · comments

Is there a requirement for ClusterRoleBinding for Vault server? If not it would be nice to have an option to use kubernetes Role and RoleBinding instead of ClusterRole and ClusterRoleBinding. The service account I'm using does not have cluster admin.