fixed oauth2proxy configuration example

Signed-off-by: Robbert van Markus <rvanmarkus@qxperts.io>
This commit is contained in:
Robbert van Markus
2023-07-31 20:04:23 +02:00
parent a9f1417fd6
commit 38e787a0e8
+3 -1
View File
@@ -20,8 +20,10 @@ The provider configuration can be added to your `app-config.yaml` under the root
```yaml title="app-config.yaml"
auth:
environment: development
providers:
oauth2Proxy: {}
oauth2Proxy:
development: {}
```
Right now no configuration options are supported, but the empty object is needed