summaryrefslogtreecommitdiff
path: root/roles/nginx/auth/whawty-sso/auth/defaults/main.yml
blob: ca08addb041921a6b8cf131c636106d8704c4607 (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
---
# 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: |-
#               ....
#       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: |-
#               ....
#       web:
#         listen: 127.0.0.1:2345