Create a personal access token

You should create a personal access token to use in place of a password with the command line or with the API.

Personal access tokens (PATs) are an alternative to using passwords for authentication to Sirius when using the Sirius API or the command line.

Creating a token

  1. Login to Sirius, if you don't have an account, ask a Sirius owner to create one for you.

  2. Be sure your user has the "admin:access:prod", usually the "Owner" role.

  3. Go to your profile page.

  4. Go to developer section.

  5. Click Générer un nouveau jeton.

Generate token

  1. Give your token a descriptive name.

Generate token dialog

  1. Click Generérer le jeton.
  2. Copy the token to your clipboard. For security reasons, after your navigate off the page, you will not be able to see the token again.

Token generated

Warning: Treat your tokens like passwords and keep them secret. When working with the API, use tokens as environment variables instead of hardcoding them into your programs.

Edit this page on GitHub