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

Add option to disable all external HTTP requests #6

Closed
sedan07 opened this issue Jan 22, 2021 · 1 comment
Closed

Add option to disable all external HTTP requests #6

sedan07 opened this issue Jan 22, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@sedan07
Copy link

sedan07 commented Jan 22, 2021

When running Cachet behind a firewall, Cachet may not have access to make requests out to the public internet. This can cause Cachet to timeout when requesting the API version endpoint or logging into the dashboard. This option should suspend all these requests so Cachet can still function without any allowed egress to the internet.

@sedan07 sedan07 added the enhancement New feature or request label Jan 22, 2021
@sedan07 sedan07 added this to the 2.5 milestone Jan 22, 2021
@sedan07 sedan07 self-assigned this Jan 26, 2021
sedan07 added a commit that referenced this issue Jan 27, 2021
#6 Provide option to disable external http requests when hosting behind a firewall
@sedan07
Copy link
Author

sedan07 commented Jan 27, 2021

New option called CACHET_INTERNET_LOOKUPS created to allow disabling outbound HTTP requests for looking up things such as releases and credits. Defaults to true as in enabled. Set to false to disable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant