Authentication

There are two ways to specify authentication information when using the CLI:

  1. Environment variables: You can set the OXIDE_HOST and OXIDE_TOKEN environment variables. This method is useful for service accounts.

  2. Configuration file: When running the oxide auth login command, a $HOME/.config/oxide/hosts.toml file is generated. This file contains sensitive information like your token and user ID.

Last updated