Reputation: 387
I am using an Autonomous Database that has private endpoints. The APEX apps on this database are not accessible on the internet as a result. How can I expose my apps to the web?
Disclaimer: I am a product manager for Autonomous Database.
Upvotes: 0
Views: 690
Reputation: 387
Today, APEX is subject to the access controls set for your database. So, if the database is using private endpoints and it is not exposed to the internet, that means APEX also cannot be accessed from the internet.
To expose APEX to the web in this case, you can install your own ORDS mid-tier and expose that to the internet. Another option is to configure a load balancer of your own and expose that to the web. This latter option also provides the ability to use vanity URLs of your choosing instead of the default APEX URLs that come with the database.
Disclaimer: I am a product manager for Autonomous Database.
Upvotes: 1