Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was archived by the owner on May 6, 2020. It is now read-only.

The ability to define an ENV var that is in fact a secret #347

@helgi

Description

@helgi

The idea is to support deis config:set hello=secret --secret and it puts the value(s) into a secret that is then auto loaded into an ENV var on the application side of things. Perfect for things like DB credentials and other secret things that developers are used to having available in ENV vars

When doing deis config to see all values it should show <secret> or similar and have a flag of some sort (--secret probably) to show the secret values

This will require Kubernetes 1.2 (kubernetes/kubernetes#4710 landed)
#13 and #299 have more context.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions