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
The lifetime of the Link created from an AccessToken is not tied to the life of the AccessToken. The AccessToken is intended as a temporary object, and once the link has been established it is no longer required (and could be deleted).
The CLI has been improved such that token always have unique names avoiding any issue with the delete/recreate sequence through the CLI.
Describe the bug
When deleting an accesstoken, the secret remains.
If recreating the accesstoken, this error appears:
How To Reproduce
Expected behavior
The secret is deleted when the accesstoken is deleted
Environment details
Additional context
The text was updated successfully, but these errors were encountered: