ERR_GIT_URL_DOES_NOT_MATCH_WHITELIST

Solved!
Marek
Level 2
ERR_GIT_URL_DOES_NOT_MATCH_WHITELIST

Hi,

Would appreciate any advice, how to solve in DSS 7.0.2 the following error when trying to add a plugin from a Git repository.

 

Additional technical details: HTTP code: 500, Code: ERR_GIT_URL_DOES_NOT_MATCH_WHITELIST, type: com.dataiku.dip.exceptions.CodedException

 

 Dataiku_Plugin_Git_error.png

0 Kudos
1 Solution
Clรฉment_Stenac

Hi,

Your administrator has forbidden interaction with Git remotes.

Your administrator needs to go to Administration > Settings > Git, and either add a rule here, or fix the regexp of the rule to allow interaction with your remote (for example by using the default suggested regular expression).

You may want to check https://doc.dataiku.com/dss/latest/collaboration/git.html#configuration-and-security

View solution in original post

2 Replies
Clรฉment_Stenac

Hi,

Your administrator has forbidden interaction with Git remotes.

Your administrator needs to go to Administration > Settings > Git, and either add a rule here, or fix the regexp of the rule to allow interaction with your remote (for example by using the default suggested regular expression).

You may want to check https://doc.dataiku.com/dss/latest/collaboration/git.html#configuration-and-security

Marek
Level 2
Author
Thank you, Clรฉment, for prompt response.