Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Store sensitive environment variables in a secret. #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 7, 2018

  1. Store sensitive environment variables in a secret.

    OBK_SECRET_ variables were previously dealt with as regular OBK_ variables, thus they ended up in cleartext in the yaml files.
    They are now stored in a secret.
    Notice that Tiller admin can still see them since they are passed as values.
    qgroulard committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    3a9b47a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Rename .Values.secrets.env -> .Values.secret_env

    So that values are flatter and at the same level that .Values.env
    qgroulard committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    51f0113 View commit details
    Browse the repository at this point in the history
  2. Base64 encoding at secret creation.

    So that users don't need to pass already encoded variables.
    qgroulard committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    38af5c3 View commit details
    Browse the repository at this point in the history