...
Excerpt |
---|
name | Create a new Environment |
---|
|
Create a new EnvironmentTo get started, simply open your API Control Plane instance and follow the instructions below. Add an EnvironmentNavigate to “Environments” in the menu on the left side Click on the “Create New Environment” button in the top right corner Choose your provider by clicking on it Confirm by clicking on the "Next" button Image RemovedImage AddedImage RemovedImage AddedImage Added You’ve completed the first step! |
...
The following describes how to create the gateway configuration for an AWS API Gateway Agent.
Gateway Configuration
...
accessKey
/secretAccessKey
: Insert your AWS access keys
region
: Insert the region that is assigned to your APIs in AWS
stage
: Insert the stage where you deployed the APIs in AWS
...
Excerpt |
---|
name | Create an Agent as Intermediary |
---|
|
The following describes how to create a Docker container for the agent. It is described using a Docker compose file so that additional agents can be easily added to your docker stack later. Image Addedimage : The docker image of the API Control Plane Agent
container_name : You can freely choose the name of your Agent here as well as in line 3.
environment
backendUrl : The agent will establish a web-socket to this URL and thereby connect to your API Control Plane.
gateway-config : The path inside the container to the configuration you downloaded in step 2.
volumes
Click on “Download” to download your agent docker compose Put both files in the same folder. Then run the following commands. Code Block |
---|
docker pull apiida/controlplane-agent:2023.3 |
Code Block |
---|
docker compose up |
You’ve completed the third step! |
...