title | type |
---|---|
KEB Endpoints |
Architecture |
Kyma Environment Broker (KEB) implements the Open Service Broker API (OSB API). All the OSB API endpoints are served with the following prefixes:
Prefix | Description |
---|---|
/oauth |
Defines a prefix for the endpoint secured with the OAuth2 authorization. EDP is configured with a region whose default value is specified under the broker.defaultRequestRegion parameter in the values.yaml file. |
/oauth/{region} |
Defines a prefix for the endpoint secured with the OAuth2 authorization. EDP is configured with the region value specified in the request. |
NOTE: KEB does not implement the OSB API update operation.
Besides OSB API endpoints, KEB exposes the REST /info/runtimes
endpoint that provides information about all created Runtimes, both succeeded and failed. This endpoint is secured with the OAuth2 authorization.