Problem to solve
I am trying to see a Personal Access Token I created some years ago, in the UI of the online (free edition) of Gitlab (.com), at page gitlab(.com)/-/user_settings/personal_access_tokens. I think the token was created without an expiry date, on purpose. However, there are zero tokens listed, which is incorrect as I know there are some still in use, and also the API endpoint gitlab(.com)/api/v4/personal_access_tokens provides a list of 7 tokens in the JSON data.
I believe that the access token I am trying to manage is possibly deemed as inactive, however I just tested using it on a clean composer install and composer was able to use the token to access the repository & install the package, pulled from gitlab(.com) the the personal access token.
I had created the token in order to make a private package available via composer, but I’d like to revoke the token and change it, yet I cannot find it anywhere in the UI (I looked at my own Personal Access Tokens, group and project tokens…).
Steps to reproduce
n/a - see above
Configuration
n/a - see above
Versions
Please select whether options apply, and add the version information.
- Self-managed
- GitLab(.com) SaaS
Version:
GitLab Enterprise Edition 17.5.0-pre 3a9b7a2e288
Thanks for any help anyone might be able to bring.
PS: I had to remove links as I was not allowed to post links…