1
0
forked from baron/baron-sso
Files
baron-sso/docker/ory/oathkeeper/oathkeeper.yml
Lectom C Han 39594f8e21 README update
2026-01-28 17:30:23 +09:00

46 lines
749 B
YAML

serve:
proxy:
port: 4455
api:
port: 4456
log:
level: info
format: json
errors:
fallback:
- json
access_rules:
repositories:
- file://${RULES_FILE:-/etc/config/oathkeeper/rules.json}
authenticators:
noop:
enabled: true
cookie_session:
enabled: true
config:
check_session_url: http://kratos:4433/sessions/whoami
preserve_path: true
extra_from: "@this"
subject_from: "identity.id"
authorizers:
allow:
enabled: true
remote_json:
enabled: true
config:
remote: http://keto:4466/check
mutators:
noop:
enabled: true
id_token:
enabled: true
config:
issuer_url: http://127.0.0.1:4456/
jwks_url: file:///etc/config/oathkeeper/jwks.json