Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing rolebindings for RBAC.yaml #91

Open
iakat opened this issue Aug 10, 2022 · 1 comment
Open

Missing rolebindings for RBAC.yaml #91

iakat opened this issue Aug 10, 2022 · 1 comment

Comments

@iakat
Copy link

iakat commented Aug 10, 2022

missing RoleBindings & ClusterRoleBindings in the manifests, making the base unusable as-is

@george-angel
Copy link
Member

Hey! Unfortunately both of those resources need to reference the namespace where Vault is deployed, and so they always need to be patched (with the correct namespace).

Generally we never include resources in the base always need to be patched. Instead we include them in the "example" base: ClusterRoleBinding: https://github.com/utilitywarehouse/vault-manifests/blob/master/example/cluster-wide/rbac.yaml and RoleBinding: https://github.com/utilitywarehouse/vault-manifests/blob/master/example/vault-namespace/rbac.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants