-
Notifications
You must be signed in to change notification settings - Fork 61
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 permissions for creating services #41
Comments
IIRC, the service is required only when using the Prometheus operator (which requires a Service to collect metrics from). The generator itself will work just as fine without this service. I do agree that this could be made clearer in the documentation, though. |
We just started seeing this out of nowhere as well... and the Helm chart doesn't seem to provide for htis functionality, nor is the chart on Github anymore. Can we get an updated Helm chart that adds the missing RBAC rule in? |
The container logs show which permissions are missing, I was just wondering why are they needed. |
I created a fix for the issue in the linked pr, would that solve the problem? It contains roles with the missing permissions, as well as the option to suppress the generation of the monitoring service altogether if it's not needed. |
There has not been any activity to this issue in the last 30 days. It will automatically be closed after 7 more days. Remove the |
There has not been any activity to this issue in the last 30 days. It will automatically be closed after 7 more days. Remove the |
There has not been any activity to this issue in the last 30 days. It will automatically be closed after 7 more days. Remove the |
Describe the bug
I've deployed the secret-generator according to the example manifests given in the
deploy
dir in this repo, and its complaining about missing rbac permissions for creating services.This raises 2 questions:
To Reproduce
Deploy the secret manager according to the example given in
deploy
dir.Expected behavior
The container should start without any errors
Environment:
Additional context
The text was updated successfully, but these errors were encountered: