Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

etcdctl/ctlv3: auth: wildcard terminated paths specify ranges #6371

Closed
wants to merge 1 commit into from

Commits on Sep 8, 2016

  1. etcdctl/ctlv3: auth: wildcard terminated paths specify ranges.

     Implement wildcard '*' for get and del.
     When '*' is the last symbol in a key,
     the key is converted to a prefix range.
     The wildcard may only appear as the last
     symbol in a key.
    
     Also: fix several fencepost bugs fixed in
     the range sorting/merge code, including one
     incorrect test in auth/range_perm_cache_test.go
    
     Fixes etcd-io#6359
    glycerine committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    c26e737 View commit details
    Browse the repository at this point in the history