open-nomad/acl
Danielle Lancashire 5f734652f2
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.
2019-08-12 15:39:09 +02:00
..
acl.go acl: Add HostVolume ACLs 2019-08-12 15:39:09 +02:00
acl_test.go acl: Add HostVolume ACLs 2019-08-12 15:39:09 +02:00
policy.go acl: Add HostVolume ACLs 2019-08-12 15:39:09 +02:00
policy_test.go acl: Add HostVolume ACLs 2019-08-12 15:39:09 +02:00