summaryrefslogtreecommitdiff
path: root/roles/nginx/auth/whawty-sso/auth/defaults/main.yml
blob: e42a4b4401c20eb5e38f7c30bd1742da099a77c0 (plain) (blame)
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
---
# whawty_nginx_sso_auths:
#   example:
#     config:
#       cookie:
#         domain: ".example.com"
#         name: __Secure-example-sso
#         secure: yes
#         expire: 168h
#         keys:
#         - name: 2023-11
#           ed25519:
#             public-key-data: |-
#               ....
#         backend:
#           bolt: {}
#       web:
#         listen: 127.0.0.1:1234
#   foo:
#     config:
#       cookie:
#         domain: ".foo.bar"
#         name: __Secure-foobar-sso
#         secure: yes
#         expire: 24h
#         keys:
#         - name: 2023-11
#           ed25519:
#             public-key-data: |-
#               ....
#         backend:
#           sync:
#             base-url: http://192.0.2.1:1234
#           bolt:
#             path: /path/to/db.bolt
#       web:
#         listen: 127.0.0.1:2345