You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
This seems to be required to be able to manage the lifecycle of bundle resources effectively.
This issue is to evaluate the requirement for having this level of elevated permissions (Even if the outcome could be that we need to have it this way).
The text was updated successfully, but these errors were encountered:
varshaprasad96
changed the title
Evaluate the requirement for having admin level permissions to rukpak controller
Evaluate the requirement for having admin level permissions for rukpak controller
Jan 16, 2024
This issue has become stale because it has been open 60 days with no activity. The maintainers of this repo will remove this label during issue triage or it will be removed automatically after an update. Adding the lifecycle/frozen label will cause this issue to ignore lifecycle events.
we would still need list and watch on all objects even after using the service account provided in spec right ? //+kubebuilder:rbac:groups=*,resources=*,verbs=list;watch
Currently, we specify rukpak controller to have admin level permissions:
rukpak/internal/controllers/bundledeployment/bundledeployment.go
Line 162 in 1d284f9
This seems to be required to be able to manage the lifecycle of bundle resources effectively.
This issue is to evaluate the requirement for having this level of elevated permissions (Even if the outcome could be that we need to have it this way).
The text was updated successfully, but these errors were encountered: