You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Purpose of the feature.
Currently to run DocumentDB on a non-containerized host the pg_documentdb_gw is required to be built on that host. This poses an issue for disconnected environments, or environments where the Rust tool chain is not available. It seems odd that everything else is delivered pre-built, except for this component.
Describe the solution you'd like
We would like to see the pg_documentdb_gw component installed without having to build it when installing the documentdb RPM file.
Describe alternatives you've considered
We've been trying to build the gateway on a another machine that has all the proper connectivity, but that is proving to be challenging and our security team is no thrilled with the process.