# README
Bridge
Bridge is a secure gateway that relays access from BaseMachina to a tenant's data sources. (Database, API, etc...)
Download
- You can download binaries from releases page.
- If you want to pull the container image, You can use these registries
Q&A
Please post any questions about the bridge or the hosted service on the discussions.
Bugs
Please file any issues about this code or the hosted service on the issue tracker.
Contributing
PRs welcome! But please file bugs. Commit messages should reference bugs.
We require Developer Certificate of
Origin
Signed-off-by
lines in commits.
About Us
BaseMachina is primarily developed by the people at https://github.com/orgs/basemachina/people.
# Functions
NewHTTPHandler is a handler for handling any requests.
No description provided by the author
ServeCheckConnectionServer serves http server that is used in connection check from API.
# Constants
ConnectionCheckPort is used in connection check from API.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Env stores configuration settings extract from enviromental variables The practice getting from environmental variables comes from https://12factor.net.
HTTPHandlerConfig is a config to setup bridge http handler.