Niels de Troije

Results 4 comments of Niels de Troije

What solved the problem in our case: UPDATE: PROBLEM CAME BACK TODAY, SO THIS DID NOT SOLVE THE ISSUE The vault config file contained: api_addr: https://addr:8200 (that is protocol: HTTPS)...

> Hey there, I am currently looking at this issue and attempting to reproduce. Would users encountering this issue be able to provide more details on which custom plugins and...

@solyim What I did: Take the plugin from: https://github.com/hashicorp-education/learn-vault-plugins/tree/main/vault-plugin-auth-mock Modify it so it actually writes to backend store: See: https://gist.github.com/nielsdt-rabobank/461034117827a1ce42c8d01586e027f6 (Copy this to backend.go if you want) Make build (make...

We did not register it properly. What we should have done is use versioning, register and "tune" the version. But all this happened when we learned how to build plugins....