User Tokens
A user can generate API tokens. The token shares the same permissions as the user.
To manage your tokens, go to Profile > Tokens.
{.screenshot .crop} {.screenshot .crop} {.screenshot .crop}
API tokens are not only used for programmatic access but for authenticating terraform
and tofutf
. For example, you can use terraform login
to store a token on your workstation:
terraform login <tofutf hostname>
And follow the instructions. The token is persisted to a local credentials file for use by both terraform
and tofutf
.