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

Support vault integration #69

Open
fairbairn opened this issue May 29, 2020 · 3 comments
Open

Support vault integration #69

fairbairn opened this issue May 29, 2020 · 3 comments
Labels

Comments

@fairbairn
Copy link

run-nomad does not currently support the vault stanza for vault integration with server or client

This would add

vault {
enabled
address
create_from_role
token
}

at a minimum.

@brikis98
Copy link
Collaborator

Any reason you can't specify this stanza, and all other custom configs, as specified in the overriding the configuration docs?

@fairbairn
Copy link
Author

fairbairn commented May 31, 2020 via email

@brikis98
Copy link
Collaborator

I don't think it would be maintainable for run-nomad to support every parameter. It should support the ones that affect, say, 80-90% of users, and for the rest, using a custom config file and then calling run-nomad is the recommended way to go. You can package the custom config file with your AMI. If there is some data that must be passed in at run-time, you can pass that in via User Data.

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

2 participants