terraform/svchost/disco
Martin Atkins 5590efcd33 svchost/disco: Allow services that act as OAuth clients
The OAuth specification requires several distinct arguments to be provided
to configure a client, rather than just a URL. To accommodate this, we'll
add a new method to the service discovery API to retrieve OAuth client
information in a Terraform-specific form. (The OAuth specification itself
considers this out of scope, because most OAuth clients are configured
by just hard-coding these settings into them for a particular remote
service.)
2019-08-22 14:01:44 -07:00
..
disco.go disco: Set transport early (during initialization) 2019-01-28 11:04:56 +00:00
disco_test.go Add a method to retrieve version contraints 2018-12-14 12:17:31 +01:00
host.go svchost/disco: Allow services that act as OAuth clients 2019-08-22 14:01:44 -07:00
host_test.go Add a method to retrieve version contraints 2018-12-14 12:17:31 +01:00
oauth_client.go svchost/disco: Allow services that act as OAuth clients 2019-08-22 14:01:44 -07:00