Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Required secrets with fail-fast behaviour #17

Closed
Southclaws opened this issue Feb 26, 2020 · 1 comment
Closed

Required secrets with fail-fast behaviour #17

Southclaws opened this issue Feb 26, 2020 · 1 comment

Comments

@Southclaws
Copy link
Collaborator

Southclaws commented Feb 26, 2020

Targets should be able to specify required secrets that, if not found, emit an error.

Currently, the behaviour is implicit, it will load whatever secrets it can find, which can make configuration mistakes hard to debug.

T({
  name: 'svc',
  repo: '...',
  secrets: ['PASSWORD'] // error if `PASSWORD` not present in Vault
@Southclaws
Copy link
Collaborator Author

Duplicate of #6

@Southclaws Southclaws marked this as a duplicate of #6 Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant