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

Issues in creating the database handler for redis in vault #10

Open
blaze-b opened this issue Jun 24, 2021 · 1 comment
Open

Issues in creating the database handler for redis in vault #10

blaze-b opened this issue Jun 24, 2021 · 1 comment

Comments

@blaze-b
Copy link

blaze-b commented Jun 24, 2021

For the below command,
vault write -tls-skip-verify database/config/redis-db1 plugin_name="vault-plugin-database-redisenterprise" url="http://localhost:6379" allowed_roles="*" database="admin" username="adminUser" password="root"
Error writing data to database/config/redis-db1: Error making API request.

Error response,

URL: PUT https://127.0.0.1:8200/v1/database/config/redis-db1
Code: 400. Errors:

  • error creating database object: unable to initialize: rpc error: code = Internal desc = failed to initialize: could not verify connection to cluster: unable to perform request GET /v1/cluster: Get "http://localhost:6379/v1/cluster": EOF

for redis connectivity REST API based is not working, please can you advice

@amiramm
Copy link
Collaborator

amiramm commented Jul 29, 2021

Hi @brianblaze14 - the plugin is designed for Redis Enterprise only, it doesn't work with standalone opensource Redis servers.

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

2 participants