-
Notifications
You must be signed in to change notification settings - Fork 1
/
proxy_conf.yaml
43 lines (43 loc) · 1015 Bytes
/
proxy_conf.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
BASE: !ENV BASE_URL
COOKIE_STATE_NAME: SATOSA_STATE
CONTEXT_STATE_DELETE: 'yes'
STATE_ENCRYPTION_KEY: !ENV STATE_ENCRYPTION_KEY
cookies_samesite_compat:
- - SATOSA_STATE
- SATOSA_STATE_LEGACY
INTERNAL_ATTRIBUTES: internal_attributes.yaml
BACKEND_MODULES:
- plugins/backends/saml2_backend.yaml
FRONTEND_MODULES:
- plugins/frontends/saml2_frontend.yaml
- plugins/frontends/ping_frontend.yaml
- plugins/frontends/idp_metadata.yaml
- plugins/frontends/sp_metadata.yaml
MICRO_SERVICES:
- plugins/microservices/static_attributes.yaml
LOGGING:
version: 1
formatters:
simple:
format: '[%(levelname)s] [%(name)s.%(funcName)s] %(message)s'
handlers:
stdout:
class: logging.StreamHandler
stream: ext://sys.stdout
level: DEBUG
formatter: simple
loggers:
satosa:
level: DEBUG
saml2:
level: DEBUG
oidcendpoint:
level: DEBUG
pyop:
level: DEBUG
oic:
level: DEBUG
root:
level: DEBUG
handlers:
- stdout