Skip to content
Snippets Groups Projects
  • Eric Chiang's avatar
    d7a75c5b
    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
    History
    storage/kubernetes: allow arbitrary client IDs
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.