-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathexample.toml
More file actions
34 lines (27 loc) · 723 Bytes
/
example.toml
File metadata and controls
34 lines (27 loc) · 723 Bytes
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
defaultPublic = false
disableHTTPS = true
cookieScope = ".docker.localhost"
maxTokenAge = "240h"
fqdn = "http://auth.docker.localhost"
verbose = false
[oauth]
clientID = "beyondauth"
clientSecret = "94f38ca7-837b-47d9-837c-510b5a907bc1"
providerdomain = "http://keycloak:8080/auth/realms/testing"
nonce = "E7KReAzYdtX6YDJx7"
[groups.users]
domains = [ "example.com" ]
[groups.admin]
users = [ "admin@example.com" ]
[hosts."public.docker.localhost"]
public = true
[hosts."auth.docker.localhost"]
public = true
[hosts."private.docker.localhost"]
public = false
matchSubDomains = false
allowedGroups = [ "users"]
[hosts."superprivate.docker.localhost"]
public = false
matchSubDomains = false
allowedGroups = [ "admin"]