Skip to content

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

@blaze-b

Description

@blaze-b

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions