This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/storage/kubernetes
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
..
k8sapi *: add password resource to kubernetes storage implementation 2016-10-05 17:26:41 -07:00
client.go storage/kubernetes: manage third party resources and drop support for 1.3 2016-10-13 17:41:52 -07:00
doc.go initial commit 2016-07-26 15:51:24 -07:00
storage.go storage/kubernetes: don't guess the kubeconfig location and change test env 2016-10-23 20:53:29 -07:00
storage_test.go storage/kubernetes: don't guess the kubeconfig location and change test env 2016-10-23 20:53:29 -07:00
types.go storage/kubernetes: manage third party resources and drop support for 1.3 2016-10-13 17:41:52 -07:00