Documentation
api
cmd
connector
examples
scripts
server
storage
conformance
kubernetes
memory
sql
doc.go
static.go
storage.go
vendor
version
web
.gitignore
.travis.yml
DCO
Dockerfile
LICENSE
Makefile
README.md
glide.lock
glide.yaml
glide_test.go
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