I'm testing a knowledge repo implementation for our team using a git backend. Until know I could manage the deploy and Oauth using github, but I have an annoying problem of insistent and multiple request of my git user and password (no restart involved). I'm using the flask engine (and sqlite database). After the deploy the
INFO:knowledge_repo.repositories.gitrepository:Fetching updates to the knowledge repository...
routine request the info. If no provided, the server doesnt load the web
Auto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj
Hi,
I'm testing a knowledge repo implementation for our team using a git backend. Until know I could manage the deploy and Oauth using github, but I have an annoying problem of insistent and multiple request of my git user and password (no restart involved). I'm using the flask engine (and sqlite database). After the deploy the
INFO:knowledge_repo.repositories.gitrepository:Fetching updates to the knowledge repository...
routine request the info. If no provided, the server doesnt load the web
I dont know if I'm missing some config
Thanks,