bloomberg / vault-auth-spire

vault-auth-spire is an authentication plugin for Hashicorp Vault which allows logging into Vault using a Spire provided SVID.
Apache License 2.0
41 stars 8 forks source link

Add Integration Tests #5

Open dennisgove opened 5 years ago

dennisgove commented 5 years ago

Integration tests should exist to test the usage of this plugin in a running Vault instance.

Initial list of things that should be tested

pawalt commented 4 years ago

What are thoughts on how we should do this? I feel like these things are normally done with a docker-compose file and a shell script, but if there's a more elegant way to do integration testing like this, I'm all ears.