File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
website/content/api-docs/acl Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -160,16 +160,16 @@ $ curl \
160
160
This endpoint reads the ACL policies associated with the current workload
161
161
identity.
162
162
163
- | Method | Path | Produces |
164
- | ------ | -------------------- | ------------------ |
163
+ | Method | Path | Produces |
164
+ | -------- | ----------------------- | -------------------- |
165
165
| ` GET ` | ` /v1/acl/policy/self ` | ` application/json ` |
166
166
167
167
The table below shows this endpoint's support for
168
168
[ blocking queries] ( /nomad/api-docs#blocking-queries ) , [ consistency modes] ( /nomad/api-docs#consistency-modes ) and
169
169
[ required ACLs] ( /nomad/api-docs#acls ) .
170
170
171
- | Blocking Queries | Consistency Modes | ACL Required |
172
- | ---------------- | ----------------- | ------------------- |
171
+ | Blocking Queries | Consistency Modes | ACL Required |
172
+ | ------------------ | ------------------- | --------------------------------- |
173
173
| ` YES ` | ` all ` | Any valid Workload Identity JWT |
174
174
175
175
### Sample Request
You can’t perform that action at this time.
0 commit comments