mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
11 lines
213 B
HCL
11 lines
213 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
path "secrets-TESTID/data/myapp" {
|
|
capabilities = ["read"]
|
|
}
|
|
|
|
path "pki-TESTID/issue/nomad" {
|
|
capabilities = ["create", "update", "read"]
|
|
}
|