Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I'm a bit confused by how this is expected to be set up.
There seems to be the option to add Git username/password credentials in 3(!) different places in the TAC:
1) The Main "Configuration" page.
2) Against each user.
3) Against each project
This seems a bit confusing.
We want to use a different git repository for each project so it would be good to know how that fits in with the above options too?
A) Ideally we want each user to have different git credentials. do we just add git credentials against each user in the TAC and ignore the other 2 options? Or does some generic tac-git user go in option 1 and 2?
b) We would like to avoid storing user git passwords in the TAC and I found this:
However this doesn't seem to make complete sense as the git user is added at the project level and also shows the password filled in. Also, If using SSH keys, how do you get the Studio to read/use them?
Hope some one can help
best wishes
1) The Main Configuration Page in TAC
2) The Git Credential in the TAC Project
3) The Git Credentials in the TAC User
1) The Main Configuration Page in TAC
2) The Git Credential in the TAC Project
3) The Git Credentials in the TAC User
Hi
Thanks very much for that.
Okay that makes sense - I hadn't realised that the project advanced settings were optional...
Re "If you are using SSH, you have additional setup to do to get the studio to login." - I'm having trouble doing this - Is there any guide to this other than the one I mentioned?
I'm unsure how to tell the studio running on my machine to use the ssh key I've created and added to git......
The private key is on my machine - how does the studio or tac know about it....
On trying to set up a project level git config, using the advanced settings, and providing my git username (but no password) with the ssh git@url, I get
Save failed: org.talend.exception.BusinessException: git@********/Test.git: UnknownHostKey: [our git host]. RSA key fingerprint is [*********************] -- For more information see your log file
And the fingerprint is different to the one on my saved public key in git..