Mihnea Staub

Results 6 comments of Mihnea Staub

Hello, I have the same issue, the workers are restarting....

Hello @nitrocode, Thanks for the information, yes we have thinking about those workarounds. - For the --repo-allowlist, we want to have a single source of truth about allow list the...

It will not work, because if you don't give permission to the module repository inside of the GithubApp, Atlantis will not have the power in order to clone those modules....

This is not possible to change the `.gitconfig` inside of the container, because it will be overwrite by atlantis. You can look [here](https://github.com/runatlantis/atlantis/blob/caec10f71d74e325bff6bc50591d04e94ebab9ff/server/events/git_cred_writer.go#:~:text=urlCmd%20%3A%3D%20exec,%7D) to see how the commands is running....

Thanks for the information @nitrocode. From what I see in the source code, atlantis handles the `--global` level config, you can see [here](https://github.com/runatlantis/atlantis/blob/caec10f71d74e325bff6bc50591d04e94ebab9ff/server/events/git_cred_writer.go#L61). But if I will run that command...