Current Diplomat only supports legacy API endpoints:
PUT /acl/create - Create Legacy Token
PUT /acl/update - Update Legacy Token
PUT /acl/destroy/:uuid - Delete Legacy Token
GET /acl/info/:uuid - Read Legacy Token
PUT /acl/clone/:uuid - Clone Legacy Token
GET /acl/list - List Legacy Tokens
The new system doesn't allow naming the token itself, only the description. A new AccessorID gets created instead and acts as the ID in the legacy system.
Current Diplomat only supports legacy API endpoints:
The new system doesn't allow naming the token itself, only the description. A new
AccessorID
gets created instead and acts as theID
in the legacy system.I'm going to start working on a PR.