• Eric Chiang's avatar
    storage/kubernetes: fix conflict error detection in TRP creation · a7b8e52b
    Eric Chiang authored
    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
    a7b8e52b
Name
Last commit
Last update
..
k8sapi Loading commit data...
client.go Loading commit data...
client_test.go Loading commit data...
doc.go Loading commit data...
storage.go Loading commit data...
storage_test.go Loading commit data...
types.go Loading commit data...