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

Support command-based SecretGenerator DataSource #967

Closed
jonasrmichel opened this issue Apr 11, 2019 · 1 comment
Closed

Support command-based SecretGenerator DataSource #967

jonasrmichel opened this issue Apr 11, 2019 · 1 comment

Comments

@jonasrmichel
Copy link

jonasrmichel commented Apr 11, 2019

The secretGenerator.commands field was replaced by a new DataSource abstraction in v2.0.3 (#703).

The commands field provided secret hydration via shell commands, which was useful for fetching secrets from an arbitrary source (e.g., a hosted secret store).

The new DataSource mechanism only seems to support sourcing secrets stored in files. This approach is arguably simpler, but requires secrets be present on the file system, which is limiting from an administrative perspective.

I propose a shell-based DataSource implementation be provided to support the old style of command-sourced secrets.

@jonasrmichel
Copy link
Author

Closing in favor of #760

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