-
1. Re: connect to jBPM git repository
swiderski.maciej Oct 15, 2014 1:47 AM (in response to lauradp)you can connect to it using ssh protocol to clone the git repository:
git clone ssh://localhost:8001/jbpm-playground
that will clone the jbpm-playground repository from kie-wb hosted on default host and port. Both host name and port are configurable via system properties, so if you run on external host make sure you set those properties to be able to connect to git server from outside.
HTH
-
2. Re: connect to jBPM git repository
lauradp Oct 17, 2014 12:11 PM (in response to swiderski.maciej)Hi Maciej,
thanks for your answer.
Do you know repository default password?
-
3. Re: connect to jBPM git repository
swiderski.maciej Oct 20, 2014 1:32 AM (in response to lauradp)1 of 1 people found this helpfulthere is no default password, you should use same user name and password that you use when connecting to jbpm console. You can add you user name into the connection string:
git clone ssh://user@localhost:8001/jbpm-playground
and then you'll be prompted for password.
HTH
-
4. Re: connect to jBPM git repository
lauradp Oct 20, 2014 5:11 AM (in response to swiderski.maciej)It worked, thanks!
-
5. Re: connect to jBPM git repository
np97190 Dec 4, 2015 9:53 AM (in response to swiderski.maciej)how to copy this repo using IPAddress' but not using 'localhost'.
-
6. Re: connect to jBPM git repository
zcc39r Apr 16, 2016 9:08 AM (in response to np97190)If you'd like to access the repo remotely, you should configure repo host as noted above (via org.uberfire.nio.git.daemon.host or/and org.uberfire.nio.git.ssh.host).
-
7. Re: connect to jBPM git repository
jwieczorek Jul 14, 2016 9:36 AM (in response to swiderski.maciej)Is it possible to use keys (instead of login/passwort) to clone/checkout/push ?
-
8. Re: connect to jBPM git repository
swiderski.maciej Jul 14, 2016 10:15 AM (in response to jwieczorek)it should be supported according to this small node in docs http://docs.jboss.org/drools/release/6.4.0.Final/drools-docs/html/ch02.html#d0e662
-
9. Re: connect to jBPM git repository
yellapusony Aug 10, 2018 6:13 AM (in response to swiderski.maciej)Hello Maciej,
I would like to know that, is there any configuration that needs to do explicitly for cloning the repository using GIT SSH protocol, if we change the default login module of jbpm-console,
Currently I configured LDAP authentication for my jbpm-console and it is giving authentication fail error while cloning even with proper credentials.
Thanks In Advance
-
10. Re: connect to jBPM git repository
swiderski.maciej Aug 10, 2018 2:29 PM (in response to yellapusony)I believe you need to set org.uberfire.domain as system property that points to your security domain used.