Commit graph

9 commits

Author SHA1 Message Date
Eric Chiang aa7f304bc1 *: switch to github.com/ghodss/yaml for more consistent YAML parsing
ghodss/yaml converts from YAML to JSON before attempting to unmarshal.
This allows us to:

* Get the correct behavor when decoding base64'd []byte slices.
* Use *json.RawMessage.
* Not have to support extravagant YAML features.
* Let our structs use `json:` tags
2016-11-03 14:39:32 -07:00
Eric Chiang bc16de0b58 storage/kubernetes: don't guess the kubeconfig location and change test env
Using the default KUBECONFIG environment variable to indicate that
the Kubernetes tests should be run lead to cases where developers
accidentally ran the tests. This has now been changed to
"DEX_KUBECONFIG" and documentation hsa been added detailing how to
run these tests.

Additionally, no other storage reads environment variables for its
normal configuration (outside of tests) so the Kubernetes storage
no longer does.

Overall, be less surprising.
2016-10-23 20:53:29 -07:00
Eric Chiang 0be8cc723a *: revendor 2016-10-04 00:30:30 -07:00
Eric Chiang 0f577a469a *: revendor 2016-10-03 12:48:25 -07:00
Eric Chiang b08780e6b1 *: revendor 2016-08-08 11:49:47 -07:00
Eric Chiang c5bae2296c *: revendor 2016-08-05 10:02:18 -07:00
Eric Chiang ad6af58003 *: revendor 2016-08-05 09:54:03 -07:00
Eric Chiang 933fc39e63 vendor: revendor for gRPC 2016-07-31 23:26:27 -07:00
Eric Chiang cab271f304 initial commit 2016-07-26 15:51:24 -07:00