notebook import from git with LDAP credentials

Options
clayms
clayms Registered Posts: 52 ✭✭✭✭
edited July 16 in Using Dataiku

We log into Dataiku and our GitHub enterprise server with the same LDAP (Microsoft Active Directory) credentials. However, when I want import a notebook from our gitHub server, I get the following error:

Branches and tags could not be fetched from remote Git, caused by: 
IOException: Process failure, caused by: IOException: 
Process execution failed (return code 128) 
(error=Host key verification failed. fatal: 
Could not read from remote repository. 
Please make sure you have the correct access rights 
and the repository exists. )

I have no problems cloning this repo with either https or ssh links.
I am aware of this Doc https://doc.dataiku.com/dss/latest/collaboration/git.html#working-with-remotes

However, we are using an Enterprise installation of Dataiku. Does each user have to ssh into the Dataiku Design Node and create ssh public/private keys, and put the public key in their user settings on gitHub? By default, Dataiku Design Node users do not have ssh access to the Design Node. Should they run a notebook in a local dss (not containerized) code environment and use `%%bash` shell cell magic to run the ssh-keygen commands and get the public key that way. Or should there be one key for the "dataiku" user?

Is there a way to get Dataiku to use the same LDAP credentials?

Operating system used: centos

Operating system used: centos
Tagged:

Answers

Setup Info
    Tags
      Help me…