terraform/svchost/auth
Martin Atkins 1e2da4f776 command/cliconfig: New CredentialsSource implementation
This new implementation is not yet used, but should eventually replace the
technique of composing together various types from the svchost/auth
package, since our requirements are now complex enough that they're more
straightforward to express in direct code within a single type than as
a composition of the building blocks in the svchost/auth package.
2019-08-23 11:57:11 -07:00
..
testdata svchost/auth: store and forget operations for helper programs 2019-08-23 11:57:11 -07: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 command/cliconfig: New CredentialsSource implementation 2019-08-23 11:57:11 -07:00
helper_program.go svchost/auth: store and forget operations for helper programs 2019-08-23 11:57:11 -07:00
helper_program_test.go svchost/auth: store and forget operations for helper programs 2019-08-23 11:57:11 -07: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