This website requires JavaScript.
Explore
Help
Sign In
ResiLien
/
terraform
Watch
2
Star
0
Fork
You've already forked terraform
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c510473fd2
terraform
/
svchost
/
auth
/
test-helper
/
.gitignore
2 lines
5 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-18 03:05:51 +02:00
main