change change title

This commit is contained in:
Willy Kloucek
2021-11-10 16:58:45 +01:00
parent 6590565a2f
commit 28af5f74f3

View File

@@ -1,6 +1,8 @@
Change: Make insecure options configurable
Change: Make all insecure options configurable and change the default to false
We had several hard-coded 'insecure' flags. These options are now configurable and default to false. Also we changed all other 'insecure' flags with a previous default of true to false. In development environments using self signed certs (the default) you need to set these flags:
We had several hard-coded 'insecure' flags. These options are now configurable and default to false. Also we changed all other 'insecure' flags with a previous default of true to false.
In development environments using self signed certs (the default) you now need to set these flags:
```
PROXY_OIDC_INSECURE=true