RBAC Permission to view Parameters #17198
Replies: 2 comments 2 replies
-
@niklastanner to allow access to the parameters without granting broader readonly access at the cluster level, you should ensure that the RBAC policy specifically allows
This policy explicitly allows the app-manager role to perform get and list operations on applications within test-project, which should include the ability to view application parameters in the UI. |
Beta Was this translation helpful? Give feedback.
-
Is the app itself managed by app of apps? Maybe having a limitation of permissions to specific project is the issue that's preventing seeing the params. |
Beta Was this translation helpful? Give feedback.
-
What are the required RBAC permissions to view the content of the parameters blade of an application?
We have an application within a project. The Project RBAC configuration looks like the following:
The permissions itself are working, as the user is able to do anything within the application, like reading logs, exec into a pod etc.
But on the Argo CD application itself on the "Parameters" blade he does not see anything.
Assigning "readonly" to the group which allows to read everything on cluster level does allow him to read the parameters within the parameters blade.
What RBAC permission is required to view the parameters, as we do not want to grant readonly to the group. Or is this not possible from the project rbac definitions and has to be done on the Argo CD RBAC CSV?
Beta Was this translation helpful? Give feedback.
All reactions