-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Description
Problem description
It generate error when run the standard Guardian in demo mode using docker-compose up -d --build --pull always
Error message:
Error initializing Dev mode: failed to create root token with ID "Q5D>3nu+Z#TbN.@9PWHSyL": 1 error occurred:
* invalid request
Step to reproduce
Steps to reproduce the behavior:
- Clone guardian repo
- Environment file configuration
- Run demo mode: docker-compose up -d --build --pull always
- See error
Expected behavior
Running the vault without issue.
It looks like VAULT_DEV_ROOT_TOKEN_ID in docker-compose.yml file contains unsupported special characters (>, +, #, ., @) that violate Vault's token format validation rules. Changing VAULT_DEV_ROOT_TOKEN_ID to 1234, like in the other yml files, allows it to run properly.
Screenshots

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels