File tree 3 files changed +20
-0
lines changed
3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,11 @@ the outcome by searching for the updated Node's metadata:
92
92
$ nomad node status -filter 'Meta.example == "Hello World!"'
93
93
```
94
94
95
+ ## Limitations
96
+
97
+ - Using the Task API Unix Domain Socket on Windows [ requires] [ windows ] Windows
98
+ build 17063 or later.
99
+
95
100
[ acl ] : /nomad/docs/concepts/acl
96
101
[ acl-tokens ] : /nomad/docs/concepts/acl#token
97
102
[ alloc-exec ] : /nomad/docs/commands/alloc/exec
@@ -100,3 +105,4 @@ $ nomad node status -filter 'Meta.example == "Hello World!"'
100
105
[ mTLS ] : /nomad/tutorials/transport-security/security-enable-tls
101
106
[ task-user ] : /nomad/docs/job-specification/task#user
102
107
[ workload-id ] : /nomad/docs/concepts/workload-identity
108
+ [ windows ] : https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/
Original file line number Diff line number Diff line change @@ -98,10 +98,17 @@ nomad acl policy apply \
98
98
redis-policy ./policy.hcl
99
99
```
100
100
101
+ ## Task API
102
+
103
+ It can be convenient to combine workload identity with Nomad's [ Task API]
104
+ [ taskapi] for enabling tasks to access the Nomad API.
105
+
101
106
[ allocation ] : /nomad/docs/concepts/architecture#allocation
102
107
[ identity-block ] : /nomad/docs/job-specification/identity
103
108
[ plan applier ] : /nomad/docs/concepts/scheduling/scheduling
104
109
[ JSON Web Token (JWT) ] : https://datatracker.ietf.org/doc/html/rfc7519
105
110
[ Task Access to Variables ] : /nomad/docs/concepts/variables#task-access-to-variables
106
111
[ List Services API ] : /nomad/api-docs/services#list-services
107
112
[ Read Service API ] : /nomad/api-docs/services#read-service
113
+ [ windows ] : https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/
114
+ [ taskapi ] : /nomad/api-docs/task-api
Original file line number Diff line number Diff line change @@ -47,5 +47,12 @@ job "docs" {
47
47
readable by that user. Otherwise the file is readable by everyone but is
48
48
protected by parent directory permissions.
49
49
50
+ ## Task API
51
+
52
+ It can be convenient to combine workload identity with Nomad's [ Task API]
53
+ [ taskapi] for enabling tasks to access the Nomad API.
54
+
50
55
[ taskuser ] : /nomad/docs/job-specification/task#user " Nomad task Block "
51
56
[ Workload Identity ] : /nomad/docs/concepts/workload-identity " Nomad Workload Identity "
57
+ [ windows ] : https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/
58
+ [ taskapi ] : /nomad/api-docs/task-api
You can’t perform that action at this time.
0 commit comments