Skip to content
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

Non-admin users in Argo CD Cannot see the "MORE" tab #32

Open
jstewart612 opened this issue Nov 30, 2022 · 5 comments
Open

Non-admin users in Argo CD Cannot see the "MORE" tab #32

jstewart612 opened this issue Nov 30, 2022 · 5 comments

Comments

@jstewart612
Copy link

image

The MORE tab is only visible to admins. I see no documentation of required RBAC to use this extension. Please provide it so I don't have to reverse-engineer.

@nikban95
Copy link

nikban95 commented Dec 20, 2022

Is there any update on this? We have the same requirement.
Do you have any plans to address this in the future?

@zachaller
Copy link
Contributor

I think this issue probably belongs over on the argocd side.

@acmicrox
Copy link

I recently installed rollout-extension and encountered the same issue in the beginning. However, I found this issue was gone the next day. I'm not sure it's related to some cache or whatever. My working set up is as follows.

  • Argo CD: v2.6.7
  • Argo rollouts: v1.4.1
  • Argo rollout extension: v0.3.0.

@wd
Copy link

wd commented Apr 17, 2023

@acmicrox do you mean the user doesn't need to be an admin to see the more tab? Do we have a way to manage that access? such as granting it to user A but not user B.

@wd
Copy link

wd commented Jun 15, 2023

I could see the more tab as well now.
The key steps

  1. enable extension support in the argocd helm chart https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml#L1518, it will add an additional container to handle the ArgoCDExtension CRD. check logs in this container when you have issues.
  2. install the rollout-extension. it will apply a rollout-extension resource.
  3. find a rollout and check whether the more tab is exists.

btw: I don't an admin permission to see the more tab, and don't need to do additional permission setup as weel. I think even the read-only user could see it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants