Calls SPIRE server `spire-server agent ban` command
Ban attested node given spiffeID so node is not able to re-attest
post/api/v1/spire/agents/ban
Request body
Example request
{
"id": {
"path": "/ns/default",
"trust_domain": "example.org"
}
}Response
OK
string required
Example response
"SUCCESS"
Changes
Changed in 2 of the 4 revisions of this API.33
- ●
removed the request property
pathrequest-property-removed
- ●
removed the request property
trust_domainrequest-property-removed
- ○
added the new optional request property
idnew-optional-request-property
- ●
- ●
removed the request property
idrequest-property-removed
- ○
added the new optional request property
pathnew-optional-request-property
- ○
added the new optional request property
trust_domainnew-optional-request-property
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●