terraform/svchost/auth
Sander van Harmelen 179b32d426 Add a `CredentialsForHost` method to disco.Disco
By adding this method you now only have to pass a `*disco.Disco` object around in order to do discovery and use any configured credentials for the discovered hosts.

Of course you can also still pass around both a `*disco.Disco` and a `auth.CredentialsSource` object if there is a need or a reason for that!
2018-08-03 11:29:11 +02: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 Add a `CredentialsForHost` method to disco.Disco 2018-08-03 11:29:11 +02: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 Add a `CredentialsForHost` method to disco.Disco 2018-08-03 11:29:11 +02:00
token_credentials_test.go svchost/auth: token-based HostCredentials 2017-10-19 11:18:43 -07:00