Auto generate access token #10584
Replies: 5 comments
-
+1 |
Beta Was this translation helpful? Give feedback.
-
+1 |
Beta Was this translation helpful? Give feedback.
-
Is there a way to manually insert (Declarative way) the token value in one account? When I generate a token (from UI), in Secret argocd-secret appears only: |
Beta Was this translation helpful? Give feedback.
-
After studying ArgoCD's code a little bit, I was able to figure out how this mechanism works. Once you generate a token for an account, in any Argo instance, all you have to do, to make this token works in another Argo instance (another cluster, for example) is to have the secret argocd-secret with the same values like below:
|
Beta Was this translation helpful? Give feedback.
-
you can use the helm chart values.yaml to add it |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
is there a way to autogenerate user access token?
for example instead of running manually
argocd account generate-token --account autouser
we can set some parameter during installation and have that token accessible from k8s secretBeta Was this translation helpful? Give feedback.
All reactions