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

Allow user to override fetchEndpoint and fetchFunction per instance #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nicksrandall
Copy link
Contributor

@nicksrandall nicksrandall commented Sep 11, 2024

We have a use-case where we have an app that needs to send sql-over-http queries to multiple endpoints in the same app. Currently it is only possible to set the option globally but this change will allow users to override the fetchEndpoint (and fetchFunction) per instance. The behaviour is opt-in so this would not be a breaking change.

Fixes: #103

Copy link

@orca-security-us orca-security-us bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@nicksrandall
Copy link
Contributor Author

@jawj any feedback here?

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

Successfully merging this pull request may close these issues.

Allow users to override fetchFunction and fetchEndpoint per instance.
1 participant