dniel / traefik-forward-auth0

A backend for performing forward authentication with Auth0 using the Traefik reverse proxy.
GNU General Public License v3.0
85 stars 16 forks source link

Add optional existing configmap #305

Closed funkypenguin closed 3 years ago

funkypenguin commented 3 years ago

Hey @dniel !

Thanks for all your work on this 👍🏻

Here's a small contribution specific to my use-case, but it may be helpful for others. I needed to use an application.yaml generated outside of the helm chart, so this PR introduces the existingConfigMap value, which simply avoids creating a configmap, and instead attempts to mount an existing configmap into the application at the expected location (/config).

Cheers! D

dniel commented 3 years ago

Thanx! :+1: Its a manual process for me to release a new version of the chart right now, but will be available on https://artifacthub.io/packages/helm/dniel/forwardauth with a new version shortly.