There are two ways to specify authentication information when using the CLI:
Environment variables: You can set the
OXIDE_HOST
andOXIDE_TOKEN
environment variables. This method is useful for service accounts.Configuration file: When running the
oxide auth login
command, a$HOME/.config/oxide/credentials.toml
file is generated. This file contains sensitive information such as your token and user ID.