ERR_GIT_URL_DOES_NOT_MATCH_WHITELIST
Marek
Registered Posts: 17 ✭✭✭✭
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
Best Answer
-
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
Answers
-
Thank you, Clément, for prompt response.