Deploying the API Gateway with FQDN Details

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 click Developer Services.
  2. Under API Management, click Gateways.
  3. In API Gateway page, a select an API gateway to view its details page.
  4. Under Resources, click Deployments and then click 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: /api/v1/cckm/oci/ekm/v1
    • Compartment: The compartment in which to create the new API deployment.
  6. Click 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-ctm-fqdn>/api/v1/cckm/oci/ekm/v1/${request.path[path]}
  8. Click Create. Now wait for the deployment to change to "Active" state.