-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.yml
22 lines (19 loc) · 1.17 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cf_account_id: fbbebdb1eed350f2a05f517e1d80915f # Cloudflare Account ID
cf_access_team: eidam # Cloudflare for Teams name
cf_access_aud: d27389ecd9bdc9c651bdadea01b6d9f835269f94fa3be1a9f9a4a5c755a1a0f9
jwt_ttl: 600 # TTL of the generated JWT tokens, in seconds
clients:
- name: "Workers oidc example"
client_id: b78f6b19-50ca-4bab-85bf-93e6c51ff8fb # should not be guessable, you can get for example uuidv4 from https://uuid.rocks/plain
client_secret_key: SECRET_WORKERS_OIDC_EXAMPLE # should be set with 'wragler secret put SECRET_SOMETHING_SOMETHING' (could be also uuid)
redirect_uris:
- https://workers-oidc-example.eidam.workers.dev/auth
cors_origins:
- https://workers-oidc-example.eidam.workers.dev
- name: "HashiCorp Vault"
client_id: 96c02d1c-af05-482c-a9c9-2eec5ee30cf1 # should not be guessable, you can get for example uuidv4 from https://uuid.rocks/plain
client_secret_key: SECRET_VAULT # should be set with 'wragler secret put SECRET_VAULT' (could be also uuid)
redirect_uris:
- https://vault.eidam.dev/ui/vault/auth/oidc/oidc/callback
- http://localhost:8250/oidc/callback
- http://127.0.0.1:8250/oidc/callback