Because it gives us good SSL ratings. This means, we'll always want to include the file-provider.yml in whatever Traefik deployment we have. And sometimes disable the Keycloak support.
I'm currently deploying this for our swarm traefik + autonomic.zone...
Will report back...
Following https://git.autonomic.zone/coop-cloud/traefik/issues/4.
According to https://tferdinand.net/en/traefik-2-tls-configuration/.
I'm refactoring the `FILE_PROVIDER_ENABLED` out to a new env var:
- `KEYCLOAK_MIDDLEWARE_ENABLED=1/0`
Because now, we'll *always* want to use this new label:
- `- "traefik.http.routers.${STACK_NAME}.tls.options=default@file"`
- `- "traefik.http.routers.${STACK_NAME}.middlewares=security@file"`
Because it gives us good SSL ratings. This means, we'll always want to include the `file-provider.yml` in whatever Traefik deployment we have. And sometimes disable the Keycloak support.
I'm currently deploying this for our swarm traefik + autonomic.zone...
Will report back...
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Following https://git.autonomic.zone/coop-cloud/traefik/issues/4.
According to https://tferdinand.net/en/traefik-2-tls-configuration/.
I'm refactoring the
FILE_PROVIDER_ENABLEDout to a new env var:KEYCLOAK_MIDDLEWARE_ENABLED=1/0Because now, we'll always want to use this new label:
- "traefik.http.routers.${STACK_NAME}.tls.options=default@file"- "traefik.http.routers.${STACK_NAME}.middlewares=security@file"Because it gives us good SSL ratings. This means, we'll always want to include the
file-provider.ymlin whatever Traefik deployment we have. And sometimes disable the Keycloak support.I'm currently deploying this for our swarm traefik + autonomic.zone...
Will report back...
Was working with this env vars diff:
WIP: improve SSL ratingto Improve SSL ratingA+