vault-plugin-secrets-gitlab icon indicating copy to clipboard operation
vault-plugin-secrets-gitlab copied to clipboard

revoke token

Open M0roSan opened this issue 4 years ago • 0 comments

Implement revoke token functionality. Currently, generated tokens are either expired or manually revoked. No-longer-needed token should also be revoked programmatically.

AC:

generic path revoke which accepts below to revoke { "id": , "token_id": , }

we'll want a control that a only generated token can be revoked by the requested entity. plane /revoke endpoint may not be sufficient for it.

M0roSan avatar Sep 30 '21 19:09 M0roSan