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

acl: Add HostVolume ACLs #6014

Merged
merged 2 commits into from
Aug 12, 2019
Merged

acl: Add HostVolume ACLs #6014

merged 2 commits into from
Aug 12, 2019

Commits on Aug 11, 2019

  1. acl: Add HostVolume ACLs

    This adds an initial implementation of ACLs for HostVolumes.
    
    Because HostVolumes are a cluster-wide resource, they cannot be tied to
    a namespace, thus here we allow similar wildcard definitions based on
    their names, tied to a set of capabilities.
    
    Initially, the only available capabilities are deny, or mount. These
    may be extended in the future to allow read-fs, mount-readonly and
    similar capabilities.
    endocrimes committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    2677f05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fac0813 View commit details
    Browse the repository at this point in the history