Deploying the API Gateway with FQDN Details

Learn how to deploy an API gateway for TLS connectivity to external KMS.

The following procedure provides details for deploying an API gateway with FQDN details. For complete deployment, see Deploying API Gateway.

  1. Open the navigation menu and select Developer Services.
  2. Under API Management, select Gateways.
  3. In API Gateway page, a select an API gateway to view its details page.
  4. Under Resources, select Deployments and then select Create Deployment.
  5. In the Create Deployment page, provide the following details::
    • Name: The name of the new API deployment. Avoid entering confidential information
    • Path Prefix: Use path: /<path-prefix>/ekm/v1
    • Compartment: The compartment in which to create the new API deployment.
  6. Select Next
  7. Under Route 1, specify the following:
    • Path: Configure: /{path*}.
    • Methods: Select GET, POST.
    • Backend Type: Select the backend type as HTTP and specify the URL as https://<your-ekm-fqdn>/<path-prefix>/ekm/v1/${request.path[path]}
  8. Select Create, then wait for the deployment to change to "Active" state.