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
Login to Sirius, if you don't have an account, ask a Sirius owner to create one for you.
Be sure your user has the "admin:access:prod", usually the "Owner" role.
Go to your profile page.
Go to developer section.
Click Générer un nouveau jeton.
- Give your token a descriptive name.
- Click Generérer le jeton.
- 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.
Edit this page on GitHubWarning: 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.