mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Add option to expose workload token to task (#15755)
Add `identity` jobspec block to expose workload identity tokens to tasks. --------- Co-authored-by: Anders <mail@anars.dk> Co-authored-by: Tim Gross <tgross@hashicorp.com> Co-authored-by: Michael Schurter <mschurter@hashicorp.com>
This commit is contained in:
@@ -1569,6 +1569,10 @@
|
||||
"title": "group",
|
||||
"path": "job-specification/group"
|
||||
},
|
||||
{
|
||||
"title": "identity",
|
||||
"path": "job-specification/identity"
|
||||
},
|
||||
{
|
||||
"title": "job",
|
||||
"path": "job-specification/job"
|
||||
|
||||
Reference in New Issue
Block a user