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 d7a75c5b5d storage/kubernetes: allow arbitrary client IDs
Use a hash algorithm to match client IDs to Kubernetes object names.
Because cryptographic hash algorithms produce sums larger than a
Kubernetes name can fit, a non-cryptographic hash is used instead.
Hash collisions are checked and result in errors.
2016-10-27 16:37:58 -07:00
..
k8sapi *: add password resource to kubernetes storage implementation 2016-10-05 17:26:41 -07:00
client.go storage/kubernetes: allow arbitrary client IDs 2016-10-27 16:37:58 -07:00
client_test.go storage/kubernetes: allow arbitrary client IDs 2016-10-27 16:37:58 -07:00
doc.go initial commit 2016-07-26 15:51:24 -07:00
storage.go storage/kubernetes: allow arbitrary client IDs 2016-10-27 16:37:58 -07:00
storage_test.go storage/kubernetes: run transactional conformance tests 2016-10-26 13:30:45 -07:00
types.go storage/kubernetes: allow arbitrary client IDs 2016-10-27 16:37:58 -07:00