dunglas/mercure

Feature request: keep publisherJwtKey subscriberJwtKey in external k8s secret

warmanton opened this issue · 1 comments

Hello.
This is feature request about keeping publisherJwtKey and subscriberJwtKey in external k8s secret.
Now I have to specify these variables via values of chart. There is no an option to specify external existing secret for these jwtKeys.

Usually helm chars have an option for the same cases: user can specify some secret directly via values (less secure) or user can configure a helm release to use existing secret (more secure)