deis / charts

(OBSOLETE) Helm Classic v1 Charts for Deis Workflow
https://deis.com/workflow/
MIT License
45 stars 36 forks source link

[Helm v2] generate router dhparam secret on each new install #360

Closed rimusz closed 8 years ago

rimusz commented 8 years ago

generate unique router dhparam secret on fresh Workflow install

krancour commented 8 years ago

I like this idea and had already been wanting to do that, however, the current limitation is on the ability to generate this within a template / using sprig.

I opened https://github.com/Masterminds/sprig/issues/11 to track that.

cc @technosophos

krancour commented 8 years ago

One other limitation... generating 2048 bit dhparams can take a very long time (depending on your hardware). That might limit us to generating 1024 bit dhparams. Some operators who would prefer 2048 bit might be better off just providing their own.

rimusz commented 8 years ago

by default we can generate 1024 bit dhparams, and have an option in global values.yaml to change to 2048 bit

kmala commented 8 years ago

@rimusz for now i am just going with the current approach but having an option for the user to specify a new one through the values.yaml file.

krancour commented 8 years ago

Going to close this.