Replies: 1 comment 3 replies
-
@Pro IIRC, once you have the access token, you can use it with e.g. docker login -u gitlab -p <your access token> myservername.jfrog.io I think it's similar with Conan but I don't know for sure as I don't use it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was able to successfully configure the vault plugin and get an access token for a Gitlab CI pipeline.
How can I use this token in combination with "conan user" command to log in to a conan remote or also for a docker login command?
The token is a scoped access token, similar to:
It is unclear to me if I can use the token instead of a password, and which username I have to use during conan login.
Is it possible to use the vault plugin for temporary user & password access to conan (and other package managers such as Docker)?
Beta Was this translation helpful? Give feedback.
All reactions