Argocd application - hide sensitive data #19935
Unanswered
danielstankw
asked this question in
Q&A
Replies: 1 comment 5 replies
-
yes, is it a Kubernetes secret you're having in the git repo ? or some sensitive data like API key |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am using application manifest to deploy ArgoCD applications, see example from docs
The issue I am facing is that in my case part of Git repo contains sensitive information (its related to the role created to be able to interact with BitBucket). I dont want users who have readonly permissions to be able to view this information in UI.
Is there a way to protect such information and anonymize it?
Example of desired output:
Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions