Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

tye secret store #30

Open
davidfowl opened this issue Mar 2, 2020 · 0 comments
Open

tye secret store #30

davidfowl opened this issue Mar 2, 2020 · 0 comments
Labels

Comments

@davidfowl
Copy link
Member

davidfowl commented Mar 2, 2020

For local dev passwords (sql server etc), we need a way to store local secrets and have the ochestrator to make them available to the process/container being launched. The main scenario for this is running local databases in tye. For example:

- name: vote
  project: vote/vote.csproj
- name: postgres
  image:  postgres
  env:
    - name: POSTGRES_PASSWORD
      value: "pass@word1"
  bindings:
    - port: 5432

It would be nice if that was a secret that could be referenced as such in the manifest and made available to the application.

- name: vote
  project: vote/vote.csproj
- name: postgres
  image:  postgres
  env:
    - name: POSTGRES_PASSWORD
      source: password
  bindings:
    - port: 5432
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants