• Eric Chiang's avatar
    storage/kubernetes: allow arbitrary client IDs · d7a75c5b
    Eric Chiang authored
    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.
    d7a75c5b
Name
Last commit
Last update
Documentation Loading commit data...
api Loading commit data...
cmd Loading commit data...
connector Loading commit data...
contrib/openldap Loading commit data...
examples Loading commit data...
scripts Loading commit data...
server Loading commit data...
storage Loading commit data...
vendor Loading commit data...
version Loading commit data...
web/templates Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
DCO Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
TODO.md Loading commit data...
glide.lock Loading commit data...
glide.yaml Loading commit data...
glide_test.go Loading commit data...