terraform/svchost/auth/test-helper
Martin Atkins 981c95f699 svchost/auth: CredentialsSource that runs an external program
This CredentialsSource can serve as an extension point to pass credentials
from an arbitrary external system to Terraform. For example, an external
helper program could fetch limited-time credentials from HashiCorp Vault
and return them, thus avoiding the need for any static configuration to
be maintained locally (except a Vault token!).

So far there are no real programs implementing this protocol, though this
commit includes a basic implementation that we use for unit tests.
2017-10-19 11:18:43 -07:00
..
.gitignore svchost/auth: CredentialsSource that runs an external program 2017-10-19 11:18:43 -07:00
main.go svchost/auth: CredentialsSource that runs an external program 2017-10-19 11:18:43 -07:00
test-helper svchost/auth: CredentialsSource that runs an external program 2017-10-19 11:18:43 -07:00