WhizUs / vault-plugin-database-opendistro

OpenDistro for Elasticsearch Database Secrets Engine
Mozilla Public License 2.0
9 stars 3 forks source link

Hashicorp Vault 1.4 Plugin is not working #1

Open lbarbier opened 4 years ago

lbarbier commented 4 years ago

We are having issues installing this plugin on Hashicorp Vault version 1.4.

Have you tried this plugin on this version?

We are currently getting this error after configuring the plugin using the REST API.

{     "errors": [         "error creating database object: fork/exec /usr/share/vault/plugins/vault-plugin-database-opendistro: permission denied"     ] }

erikauer commented 4 years ago

@lbarbier thanks for raising this issue. We try to reproduce this error and we'll come back to you until end next week.

lbarbier commented 4 years ago

Thank you, @erikauer .

Please see some additonal screenshots for more information.

MicrosoftTeams-image MicrosoftTeams-image (1)

lbarbier commented 4 years ago

I accidently closed this issue but this issue still exists.

dklesev commented 4 years ago

hi @lbarbier! I can't reproduce any issues with Vault 1.4. Could you please try to build the binary and test it? After build the binary has to be made executable with chmod +x build/vault-plugin-database-opendistro. See updated README.