Replies: 1 comment 2 replies
-
I know we have support for There's also support for Other authentication mechanisms are not implemented (yet). Adding support for GItLab/BitBucket tokens would probably not be too hard (assuming they have something similar to what GitHub does), so contributions are welcome :-) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m in a bit of a predicament. I got some code that can be run via jbang in a private gitlab repository. Is there a possibility to run that without cloning it by hand with something like :
jbang -token = xxx https://gitlab.com/basti128/test/-/blob/main/src/main/java/ex/example/Test.java
so basically is it possible to transmit some kind of authentication so that jbang is able to access that repository. The reason would be to allow a third party to run some code, but only if they are authorized. If that's possible (Something like that got mentioned in release 0.99: JBang now fully support proxies and credentials to use with private/internal repositories) can you please provide an example on the needed setup/conditions.Beta Was this translation helpful? Give feedback.
All reactions