Closed kouddy closed 2 years ago
Fixes https://github.com/rundeck-plugins/vault-storage/issues/35
Description: Added support to specify Userpass Auth method's mount name.
Testing done: Ran ./gradlew clean build and added generated plugin to docker/rundeck folder.
docker/rundeck
Modified docker/docker-compose.xml to include following configurations:
docker/docker-compose.xml
- RUNDECK_STORAGE_PROVIDER_1_CONFIG_AUTHBACKEND=userpass - RUNDECK_STORAGE_PROVIDER_1_CONFIG_USERPASSAUTHMOUNT=maple - RUNDECK_STORAGE_PROVIDER_1_CONFIG_USERNAME=user1 - RUNDECK_STORAGE_PROVIDER_1_CONFIG_PASSWORD=user1
Then ran make start to start the containers. Then configured vault to have Userpass auth method with user user1. Then loaded Rundeck and verified that Rundeck is able to load and add secrets.
make start
user1
Hi @ltamaster, I have submitted a new pull request to rundeck-plugins/vault-storage
rundeck-plugins/vault-storage
Thank you!
Fixes https://github.com/rundeck-plugins/vault-storage/issues/35
Description: Added support to specify Userpass Auth method's mount name.
Testing done: Ran ./gradlew clean build and added generated plugin to
docker/rundeck
folder.Modified
docker/docker-compose.xml
to include following configurations:Then ran
make start
to start the containers. Then configured vault to have Userpass auth method with useruser1
. Then loaded Rundeck and verified that Rundeck is able to load and add secrets.