diff --git a/README.md b/README.md index 0a00a1c..7262f5c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ VAULT_CLIENT_SECRET= VAULT_API_BASE_URL= VAULT_CONF_URL= SECRET_KEY= -ADMIN_USERS= ``` > [!NOTE] @@ -33,7 +32,6 @@ ADMIN_USERS= > - `VAULT_CONF_URL` should be similar to `/v1/identity/oidc/provider//.well-known/openid-configuration`. The `` string should be `default`. > - **DON'T FORGET THE PROTOCOL (`http://` or `https://`) BEFORE THE `` STRING !!** > - `SECRET_KEY` should be invented (not provided by Voult). -> - `ADMIN_USERS` must be a list of users id. Something like this `ADMIN_USERS='["alice.alice@alice.it", "prova@unipg.it", "eliasforna@gmail.com"]'`. > - Replace email with usernames or whatever you want. Be careful with `'` and `"`, these must be used exactly as in the example. One example of a configuration is shown below: @@ -44,7 +42,6 @@ VAULT_CLIENT_SECRET=hvo_secret_TcKGRPh3sjC1WE4PrS2GV3XYpY2AkL0FEgYWRNQUPw7rLTYSS VAULT_API_BASE_URL=http://localhost:8200/v1/ VAULT_CONF_URL=http://127.0.0.1:8200/v1/identity/oidc/provider/default/.well-known/openid-configuration SECRET_KEY=!secret -ADMIN_USERS='["alice.alice@unipg.it", "prova@unipg.it", "eliasforna@gmail.com"]' ``` ## Run