Improve SSL rating #8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "enable-better-ssl"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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...
Was working with this env vars diff:
WIP: improve SSL ratingto Improve SSL ratingA+