diff options
| author | Max Bossing <info@maxbossing.de> | 2025-09-30 18:02:29 +0200 | 
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-09-30 18:02:29 +0200 | 
| commit | 91a45232bd36727dca2e7474005e240d518d4c54 (patch) | |
| tree | 98fac5162ac356123716634284aece8c927f8106 /services/traefik/config.yaml | |
init
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"] | 
