We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Today the ServiceAccount we recommend to use for kapp installations has overly permissive RBAC. See here
--- kind: Role apiVersion: rbac.authorization.k8s.io/v1 metadata: name: cloudsql-install namespace: default rules: - apiGroups: ["*"] # TODO: use more fine-grained RBAC permissions resources: ["*"] verbs: ["*"]
We should narrow the scope to just the resources managed by the kapp deployment.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Today the ServiceAccount we recommend to use for kapp installations has overly permissive RBAC. See here
We should narrow the scope to just the resources managed by the kapp deployment.
The text was updated successfully, but these errors were encountered: