-
Notifications
You must be signed in to change notification settings - Fork 400
Expand file tree
/
Copy pathconfig.yaml
More file actions
61 lines (55 loc) · 1.02 KB
/
config.yaml
File metadata and controls
61 lines (55 loc) · 1.02 KB
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
53
54
55
56
57
58
59
60
61
serve:
proxy:
port: 4455 # run the proxy at port 4455
api:
port: 4456 # run the api at port 4456
access_rules:
repositories:
- file:///etc/config/oathkeeper/rules.json
errors:
fallback:
- json
handlers:
json:
enabled: true
config:
verbose: true
redirect:
enabled: true
config:
to: https://www.ory.sh/docs
mutators:
header:
enabled: true
config:
headers:
X-User: "{{ print .Subject }}"
noop:
enabled: true
id_token:
enabled: true
config:
issuer_url: http://localhost:4455/
jwks_url: file:///etc/config/oathkeeper/jwks.json
authorizers:
allow:
enabled: true
deny:
enabled: true
authenticators:
anonymous:
enabled: true
config:
subject: guest
log:
level: trace
format: json
tracing:
provider: jaeger
service_name: ory:oathkeeper
providers:
jaeger:
local_agent_address: jaeger:6831
sampling:
server_url: http://jaeger:5778/sampling
trace_id_ratio: 1