-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.example.yaml
45 lines (45 loc) · 1018 Bytes
/
config.example.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
server:
socketpath: /tmp/runtime.sock
permissions:
disable: false
host: permissions-api.enterprise.dev
discovery:
disable: false
interval: 15m
quick: false
optional: true
prefer: ""
fallback: ""
check:
scheme: ""
path: /readyz
count: 5
interval: 1m
delay: 200ms
timeout: 2s
concurrency: 5
jwt:
disable: false
issuer: https://identity-api.enterprise.dev/
jwksuri: https://identity-api.enterprise.dev/jwks.json
jwksrefreshinterval: 1h
events:
nats:
url: nats://localhost:4222
credsFile: /tmp/nats.creds
publishTopic: myapp
tracing:
enabled: false
accessTokenProvider:
enabled: false
source:
file:
tokenPath: /var/run/secrets/kubernetes.io/serviceaccount/token
# clientCredentials:
# issuer: https://identity-api.enterprise.dev/
# clientID: idntcli-abc123
# clientSecret: idntclisecret
exchange:
issuer: https://identity-api.enterprise.dev/
grantType: ""
tokenType: ""