terraform/svchost/auth
Martin Atkins 1b60e8fdb6 svchost/auth: HostCredentialsFromMap function
This function deals with turning a map derived from some user input
(e.g. in a config file) into a HostCredentials object, if possible. This
will be used as a standard way to specify credentials so we have a place
to add new credentials types in future and have support for those across
all of our map-based CredentialsSources.
2017-10-19 11:18:43 -07:00
..
credentials.go svchost/auth: package for looking up credentials for service hosts 2017-10-19 11:18:43 -07:00
from_map.go svchost/auth: HostCredentialsFromMap function 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