-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Allow vault agent accept config directory #10369
Comments
What should happen in scenarios where there are multiple agent specific |
@aphorise how it's done in consul-template? I assume that adding multiple agent specific vault agent configs to a single folder and at the same time specifying this folder as a config source will be considered a misconfiguration. As i see, this will be 100% backwards compatible, because now nobody can specify a folder as a config source, and won't have any issues if their vault agent is pointing at |
Or what if it was done like sudoers?
Each included template could either be required to ... or required not to... have the template { } stanza. Or supervisor.d, where you give a filespec:
So,
(My particular pain point is ansible needing to drop different templates.. the main config can be done as a single different role.) |
The issue I was actually getting at were clashes and what should happen in case of multiple |
As far as configuration conflicts, Vault - but specifically in |
Should now be resolved by #18403 |
Currently vault agent accepts only a file in
-config
argument of CLICompiling vault-agent configuration from different sources (like multiple ansible roles) can be a pain, if we use only a single config file
Adding a possibility to move multiple
template{}
stanzas or evensink{}
to a different files will help managing multiple templatesLike it's done, for example, in consul-template
The text was updated successfully, but these errors were encountered: