janeczku/rancher-letsencrypt

Support for reading config items from Rancher secrets

Open

#76 geöffnet am 9. Mai 2017

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Go (110 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (324 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

It would be great if rancher-letsencrypt could read 'secret' config options like API keys from values passed by the Rancher secrets mechanism. Perhaps update getEnvOption so it:

  • Check if the environment variable is set, if so use that
  • Check if there is a file with the variable name in /run/secrets, if so use that

Contributor Guide