diff options
Diffstat (limited to 'services/traefik/config.yaml')
| -rw-r--r-- | services/traefik/config.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/services/traefik/config.yaml b/services/traefik/config.yaml new file mode 100644 index 0000000..1e7f78f --- /dev/null +++ b/services/traefik/config.yaml @@ -0,0 +1,11 @@ +http: + middlewares: + oidc-auth: + plugin: + traefik-oidc-auth: + Secret: "" + Provider: + Url: "https://id.4d6178.work" + ClientId: + ClientSecret: + Scopes: ["openid", "email", "profile"] |
