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:
Charlie Voiselle
2023-02-02 13:59:14 -05:00
committed by GitHub
parent 9f583f57f5
commit fe4ff5be2a
34 changed files with 1078 additions and 86 deletions

View File

@@ -1569,6 +1569,10 @@
"title": "group",
"path": "job-specification/group"
},
{
"title": "identity",
"path": "job-specification/identity"
},
{
"title": "job",
"path": "job-specification/job"