terraform/svchost/auth
Martin Atkins 821d0401bc svchost/auth: New API for storing and forgetting credentials
This new functionality will be used as part of implementing the
"terraform login" and "terraform logout" commands.

As of this commit, the storage codepaths are all just stubs. Subsequent
commits will implement these new methods for each of the different
physical credentials sources.
2019-08-23 11:57:11 -07:00
..
testdata Standardise directory name for test data 2019-06-30 10:16:15 +02:00
cache.go svchost/auth: New API for storing and forgetting credentials 2019-08-23 11:57:11 -07:00
credentials.go svchost/auth: New API for storing and forgetting credentials 2019-08-23 11:57:11 -07:00
from_map.go svchost/auth: HostCredentialsFromMap function 2017-10-19 11:18:43 -07:00
helper_program.go svchost/auth: New API for storing and forgetting credentials 2019-08-23 11:57:11 -07:00
helper_program_test.go Standardise directory name for test data 2019-06-30 10:16:15 +02:00
static.go svchost/auth: New API for storing and forgetting credentials 2019-08-23 11:57:11 -07:00
static_test.go svchost/auth: static credentials source 2017-10-19 11:18:43 -07:00
token_credentials.go svchost/auth: New API for storing and forgetting credentials 2019-08-23 11:57:11 -07:00
token_credentials_test.go svchost/auth: New API for storing and forgetting credentials 2019-08-23 11:57:11 -07:00