Skip to content

A Helm chart for argocd-account with rbac settings

Notifications You must be signed in to change notification settings

rayshoo/argocd-account

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Argocd-account

A Helm chart for argocd-account with rbac settings.

Manage users

The Argo CD CLI provides set of commands to set user password and generate tokens.

Get full users list

$ argocd account list

Get specific user details

$ argocd account get --account <username>

Set user password

# if you are managing users as the admin user, <current-user-password> should be the current admin password.
$ argocd account update-password \
  --account <name> \
  --current-password <current-user-password> \
  --new-password <new-user-password>

Generate auth token

# if flag --account is omitted then Argo CD generates token for current user
$ argocd account generate-token --account <username>

About

A Helm chart for argocd-account with rbac settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages