-
Notifications
You must be signed in to change notification settings - Fork 85
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
Run help wrapper without admin level permission #91
Comments
Yes, you can use a lower security level user with serviceaccount.yaml. |
apiVersion: rbac.authorization.k8s.io/v1
One more question, is there anyway to avoid using cluster role binding (e.g. cluster level operations) |
@Formartha you can use Role and RoleBinding https://kubernetes.io/docs/reference/access-authn-authz/rbac/#role-example , cluster-admin K8s build-in cluster role, also you can create a role grant permission. |
Thanks! |
Ok, now I have another issue, |
you mean helm-wrapper config need yaml? i don't really understand, can you give an example |
So I have used a hardcodded value in the values.yaml file to enable the security context. When Looking at the logs, there is an error related to /tmp with permission denied. What can be the cause of it? |
can you give the detailed error log output, or show the error log screenshots |
Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Sun Aug 06 08:10:06 UTC 2023 There was an unexpected error (type=Not Found, status=404). This is the issue we are facing, probably it's related to rules of the namespace. Can you please help us with the rules it needs to have in order to run? |
Hi, I have same issue, When I am deploying helm-wrapper I need to change serviceaccount.yaml manifest to use my own Role, because I cant use cluster role binding in Openshift cluster. (permission restricted) But looks like the Role created is not working ok or doesn't have enough permissions and I see same error when trying to browse any api, for example helm-wrapper/api/namespaces/MYNAMESPACE/releases The pod is up and running and I dont see issues in the logs, but UI not working. Thanks |
it's look like Spring Boot Application error, can you access direct with helm-wrapper pod ip test? |
I will check it again without admin permission |
Hi,
We have a usecase where we can't provide admin (cluster) level access. is there any way to deploy the helm wrapper without it?
I'm referring to the serviceaccount.yaml modification to use a lower security level user.
The text was updated successfully, but these errors were encountered: