We have just changed all of our admin tokens from the username "admin" to "${VAULT_NAMESPACE}-vault-admin," and had to do it all "by hand" (as in generate the new admin token and vault write artifactory/config/admin access_token=$NEW_TOKEN. It might be nice if people could specify a username parameter to the /config/rotate endpoint, allowing them to set/change the username for the admin token.
We have just changed all of our admin tokens from the username "
admin
" to "${VAULT_NAMESPACE}-vault-admin
," and had to do it all "by hand" (as in generate the new admin token andvault write artifactory/config/admin access_token=$NEW_TOKEN
. It might be nice if people could specify a username parameter to the /config/rotate endpoint, allowing them to set/change the username for the admin token.