Replies: 2 comments
-
|
yeah, we've hit the same limitation, would be great to have this working even as an anonymous user. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@deer-wmde If you set server.disable.auth: "true" in the param cm, you will be the banner as an anonymous user. But I am not too sure why these two would need to be tied together. That's an old part of the code, ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm trying to configure ArgoCD in a way that it is possible to inspect Applications etc. anonymously, like in this demo: https://cd.apps.argoproj.io/
Also, I want to configure a banner and custom css to visually indicate different environments (local, staging, production)
Here's my current
argocd-cmConfigMap to achieve this:Thing is, this only works if I am logged in to the UI, I don't see the banner when viewing the UI anonymously. Can someone chip in and tell me if this is a misconfiguration on my side or a bug of ArgoCD?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions