This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 21 Aug, 2019 1 commit
  2. 12 Aug, 2019 1 commit
    • Danielle Lancashire's avatar
      acl: Add HostVolume ACLs · 065688da
      Danielle Lancashire authored
      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.
      065688da
  3. 30 Apr, 2019 1 commit
    • Mahmood Ali's avatar
      Add ACL capabilities for nomad exec · 4f7bd68f
      Mahmood Ali authored
      This adds `alloc-exec` capability to allow operator to execute command into a
      running task.  Furthermore, it adds `alloc-node-exec` capability, required when
      the alloc task is raw_exec or a driver with no FSIsolation.
      4f7bd68f
  4. 01 Apr, 2019 1 commit
  5. 11 Dec, 2018 1 commit
    • Danielle Tomlinson's avatar
      acl: Add support for globbing namespaces · 36d1045e
      Danielle Tomlinson authored
      This commit adds basic support for globbing namespaces in acl
      definitions.
      
      For concrete definitions, we merge all of the defined policies at load time, and
      perform a simple lookup later on. If an exact match of a concrete
      definition is found, we do not attempt to resolve globs.
      
      For glob definitions, we merge definitions of exact replicas of a glob.
      
      When loading a policy for a glob defintion, we choose the glob that has
      the closest match to the namespace we are resolving for. We define the
      closest match as the one with the _smallest character difference_
      between the glob and the namespace we are matching.
      36d1045e
  6. 17 Oct, 2017 3 commits
  7. 13 Oct, 2017 1 commit
  8. 28 Sep, 2017 1 commit
  9. 26 Sep, 2017 1 commit
  10. 19 Sep, 2017 1 commit
  11. 04 Sep, 2017 3 commits