Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load Network Config depending on NETWORK_ACCESS env var #2091

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

solrac200
Copy link

Instead of just checking if NETWORK_ACCESS is internal and then using the networks_internal config file, use the value of this env var and load the according config file.

Instead of just differentiating between internal and external use the value of NETWORK_ACCESS as the used config file
@buchdag buchdag added status/pr-needs-tests This PR needs new or additional test(s) status/pr-needs-docs This PR needs new or additional documentation type/feat PR for a new feature labels Dec 26, 2022
@buchdag
Copy link
Member

buchdag commented Dec 26, 2022

Hi, thanks for the PR however it has no test, no documentation and break backward compatibility for people relying on the use of network_internal.conf. It won't be merged if those issues aren't addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/pr-needs-docs This PR needs new or additional documentation status/pr-needs-tests This PR needs new or additional test(s) type/feat PR for a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants