evry / docker-oidc-proxy

Docker Image built on Alpine Linux for secure OpenID Connect (OIDC) proxy authentication
https://hub.docker.com/r/evry/oidc-proxy/
MIT License
121 stars 59 forks source link

Update OpenResty to v1.19.9.1 #21

Closed gregnr closed 3 years ago

gregnr commented 3 years ago

Problem

The current Docker image is based on an old version of OpenResty (v1.13.6.2) with an outdated list of trusted root CA's. This is causing errors when fetching discovery URLs that are served using a Let's Encrypt TLS certificate (LE's old CA expired September 30, 2021).

Solution

Update OpenResty to the current latest (v1.19.9.1).

gregnr commented 3 years ago

@Starefossen who is maintaining this from Evry?

Starefossen commented 3 years ago

@Starefossen who is maintaining this from Evry?

Mostly me. I'll get this merged and pushed to Docker Hub.