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

Is Vault deployment a requirement? #20

Open
SeungwookL opened this issue Apr 27, 2020 · 0 comments
Open

Is Vault deployment a requirement? #20

SeungwookL opened this issue Apr 27, 2020 · 0 comments

Comments

@SeungwookL
Copy link

Hi, I currently have Vault and Rundeck deployed on different instances, but trying to use Vault as my secret backend using Vault-Storage plugin. Would this be possible or do I need Vault installed on the same instance that Rundeck is installed on?

Here is the configuration I used for the plugin, which did not work:

rundeck.storage.provider.1.type=vault-storage
rundeck.storage.provider.1.path=keys
rundeck.storage.provider.1.removePathPrefix=true
rundeck.storage.provider.1.config.prefix=rundeck
rundeck.storage.provider.1.config.secretBackend=secret
rundeck.storage.provider.1.config.address=$VAULT_ADDRESS
rundeck.storage.provider.1.config.authBackend=token
rundeck.storage.provider.1.config.token= $VAULT_TOKEN
rundeck.storage.provider.1.config.storageBehaviour=vault
rundeck.storage.provider.1.config.engineVersion=2

I am using the following versions:
Rundeck - 3.2.3
Vault - 1.2.3

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