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 0d894e3186 storage/kubernetes: fix conflict error detection in TRP creation
PR #815 fixed the Kubernetes storage implementation by correctly
returning storage.ErrAlreadyExists on POST conflicts. This caused a
regression in TPR creation (#822) when some, but not all, of the
resources already existed. E.g. for users upgrading from old
versions of dex.

Fixes #822
2017-02-27 14:55:10 -08:00
..
k8sapi *: switch to github.com/ghodss/yaml for more consistent YAML parsing 2016-11-03 14:39:32 -07:00
client.go storage/kubernetes: fix hash initialization bug 2017-02-24 15:16:02 -08:00
client_test.go storage/kubernetes: fix hash initialization bug 2017-02-24 15:16:02 -08:00
doc.go storage: update godocs 2016-10-28 13:00:13 -07:00
storage.go storage/kubernetes: fix conflict error detection in TRP creation 2017-02-27 14:55:10 -08:00
storage_test.go storage/kubernetes: fix conflict error detection in TRP creation 2017-02-27 14:55:10 -08:00
types.go storage/kubernetes: fix kubernetes storage conformance test failures 2017-02-23 19:34:49 -08:00