Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Current »

The Oracle API Gateway (OAG) plugin provides features to build and deploy Api Specification to various Oracle Cloud Infrastructure (OCI) tenancies.

This is an OCI REST based integration, therefore, LOCALHOST endpoint can be used on all targets.

Prerequisites

  • Java 8 must be used on the endpoint

  • API Specifications must be sourced from SCM

  • OCI Requirements → https://docs.oracle.com/en-us/iaas/Content/APIGateway/Concepts/apigatewayprerequisites.htm

    • OCI Tenancy

    • Sufficient quota on API Gateway-related resources

    • Within the Tenancy must exist a compartment to own necessary network resources

    • The compartment that owns network resources must contain a VCN, a public or private regional subnet, and other resources

    • The VCN must have a set of DHCP options that includes an appropriate DNS resolver to map host names defined in an API deployment specification to IP addresses.

    • To create API gateways and deploy APIs on them, you must belong to one of the following:

      1. The tenancy's Administrators group.

      2. A group to which policies grant the appropriate permissions on network and API Gateway-related resources. See Create Policies to Control Access to Network and API Gateway-Related Resources.

Key Features

  • API Specification files are sourced from Source Code Repository like Git, Subversion etc.

  • API Specifications can be Swagger UI / Open API 3.x format or the native API Specification defined by Oracle.

  • Build process validates API specification files.

  • Oracle cloud infrastructure connection details stored in FlexDeploy.

  • Package-based approach, customers can pick various API Specifications to deploy.

  • Property replacement for API specification files.

  • Setup reusable OCI cloud accounts to allow deployment to one or more tenancy and/or region.

Either FDOAG_CLOUD_ACCOUNT_CODE target property value or FDOAG_INP_CLOUD_ACCOUNT_CODE plugin input value should be configured. When both are set, the plugin input value will take precedence. See Creating/Editing a Cloud Account and Provider for details on how to setup OCI Cloud Account.

Plugin Operations

Object Type Reference

Cloud Account Properties

Property Name

Property Code

Required

Description

OCI Tenancy Id

FDOCIACCT_TENANCY_ID

Yes

OCI Tenancy Id to use.

OCI User OCID

FDOCIACCT_USER_OCID

Yes

The OCID of the user to connect to OCI as.

OCI Private Key

FDOCIACCT_PRIVATE_KEY_PATH

Yes

The private key to use for authentication.

OCI Key Fingerprint

FDOCIACCT_KEY_FINGERPRINT

Yes

The fingerprint of the key pair to use for authentication.

OCI Private Key Passphrase

FDOCIACCT_KEY_PASSPHRASE

No

The passphrase of the private key to use for authentication.

OCI Region

FDOCIACCT_REGION

No

The region where your OCI instance is located. For example: us-phoenix-1

  • No labels