You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you DISABLE the plugin mount, vault will try to cleanup all the leased tokens.
However, if you vault delete artifactory/config/admin, we could potentially leave behind a bunch of leased (generated) tokens in Artifactory, which by default, never expire.
Should the plugin be cleaning all of those up?
I am wondering if we provide this "DELETE" endpoint, if that means that we need to code in the cleanup?
The text was updated successfully, but these errors were encountered:
TJM
changed the title
Should DELETE /config/admin cleanup all leased tokens?
Should DELETE artifactory/config/admin cleanup all leased tokens?
Apr 25, 2023
If you DISABLE the plugin mount, vault will try to cleanup all the leased tokens.
However, if you
vault delete artifactory/config/admin
, we could potentially leave behind a bunch of leased (generated) tokens in Artifactory, which by default, never expire.Should the plugin be cleaning all of those up?
I am wondering if we provide this "DELETE" endpoint, if that means that we need to code in the cleanup?
The text was updated successfully, but these errors were encountered: