terraform/svchost/auth
Martin Atkins d5b0beac01 svchost/auth: static credentials source
This uses an in-memory table of credentials keyed on hostname. This is
the simplest possible credentials source that can actually return
credentials, and is suitable for representing statically-configured
credentials from configuration.
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
cache.go svchost/auth: caching credentials source 2017-10-19 11:18:43 -07:00
credentials.go svchost/auth: expose a "NoCredentials" credentials source 2017-10-19 11:18:43 -07:00
from_map.go svchost/auth: HostCredentialsFromMap function 2017-10-19 11:18:43 -07:00
helper_program.go svchost/auth: CredentialsSource that runs an external program 2017-10-19 11:18:43 -07:00
helper_program_test.go svchost/auth: CredentialsSource that runs an external program 2017-10-19 11:18:43 -07:00
static.go svchost/auth: static credentials source 2017-10-19 11:18:43 -07:00
static_test.go svchost/auth: static credentials source 2017-10-19 11:18:43 -07:00
token_credentials.go svchost/auth: token-based HostCredentials 2017-10-19 11:18:43 -07:00
token_credentials_test.go svchost/auth: token-based HostCredentials 2017-10-19 11:18:43 -07:00