-
- Downloads
Add GEANT and USERTrust CA certificates to Keycloak container
* Since keycloak communicates with the auth-proxy, trust issues can arise (TUW certs are signed by GEANT) * To do that, we now switch to a custom image build for keycloak * The custom image name includes the version number of the actual keycloak version to be pulled (it is an env variable and passed as an argument to the Dockerfile for pull)
parent
15b3d88d
No related branches found
No related tags found
Showing
- docker-compose.yml 5 additions, 1 deletiondocker-compose.yml
- keycloak/Dockerfile 9 additions, 0 deletionskeycloak/Dockerfile
- keycloak/ca-certificates/geant-ca.crt 39 additions, 0 deletionskeycloak/ca-certificates/geant-ca.crt
- keycloak/ca-certificates/usertrust-ca.crt 34 additions, 0 deletionskeycloak/ca-certificates/usertrust-ca.crt
keycloak/Dockerfile
0 → 100644
keycloak/ca-certificates/geant-ca.crt
0 → 100644
keycloak/ca-certificates/usertrust-ca.crt
0 → 100644
Please register or sign in to comment