-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathvalues-keycloak-bootstrap.yaml
52 lines (50 loc) · 1.6 KB
/
values-keycloak-bootstrap.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: keycloak-bootstrap
image:
pullPolicy: IfNotPresent
externalUrl: http://offline.demo.internal/
attributes:
hostname: http://attributes:4020
entitlements:
hostname: http://entitlements:4030
clientId: dcr-test
username: user1
password: testuser123
preloadedClaims:
alice_1234:
- https://example.com/attr/Classification/value/C
- https://example.com/attr/COI/value/PRD
bob_1234:
- https://example.com/attr/Classification/value/C
- https://example.com/attr/COI/value/PRC
browsertest:
- https://example.com/attr/Classification/value/C
- https://example.com/attr/COI/value/PRA
client_x509:
- https://example.com/attr/Classification/value/S
- https://example.com/attr/COI/value/PRX
dcr-test:
- https://example.com/attr/Classification/value/C
- https://example.com/attr/COI/value/PRF
service-account-tdf-client:
- https://example.com/attr/Classification/value/C
- https://example.com/attr/COI/value/PRB
tdf-client:
- https://example.com/attr/Classification/value/S
- https://example.com/attr/COI/value/PRX
- https://example.com/attr/Env/value/CleanRoom
tdf-user:
- https://example.com/attr/Classification/value/C
- https://example.com/attr/COI/value/PRX
user1:
- https://example.com/attr/Classification/value/S
- https://example.com/attr/COI/value/PRX
keycloak:
hostname: http://keycloak-http
clientId: tdf-client
clientSecret: 123-456
username: keycloakadmin
password: mykeycloakpassword
realm: tdf
externalUrl: http://localhost:65432
job:
backoffLimit: 3