my company uses Docker Desktop and we want to use this cool JFrog extension: https://github.com/jfrog/jfrog-docker-desktop-extension
We also have an JFrog XRay server, so all pre-requisites are fullfilled.
In order to establish a connection, I need to provide a so called 'access token' (AND NOT 'identity token') to the extension. Does someone know how to create such an 'access token' via REST API? All what I found deal with 'identity token'....
Best Valentin
I am expecting a simple http request with curl or whatever to generate such a personal access token.