...
- Security: The API service is not public but an API key is created for webapp that should use it when calling the API. If other components need to use the API they should use nother api key.
Deployment
Actually done by data ops team.
Since API host (hostname) is important, make sure deployment follows needed naming convention (for prod, test env).
Additionnally we deploy on a kubernetes cluster with a load balancer, some settings are needed.
Steps:
- In API Designer, Create a Version and Publish it on deployer
- In Local Deployer, API Services, find the correct service and version, and deploy it: new deployment or update existing deployment.
- Before the actual deployment, check the settings

