You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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
The text was updated successfully, but these errors were encountered:
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:
for redis connectivity REST API based is not working, please can you advice
The text was updated successfully, but these errors were encountered: