Skip to content

Optimize Helm Chart for JWT Secret setting #1062

Answered by tchiotludo
danielhass asked this question in Q&A
Discussion options

You must be logged in to vote

In fact, all the configuration values that you put on configuration from values can be put on secrets part and will be store as secret on k8s.
You can also use an env variable MICRONAUT_SECURITY_TOKEN_JWT_SIGNATURES_SECRET_GENERATOR with the same effect.
(all configuration can be passed as env var, transforming to upper case and replace all special characters with _)

I think it will resolved all your issues ?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@danielhass
Comment options

@tchiotludo
Comment options

Answer selected by danielhass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1061 on March 30, 2022 16:12.