-
Notifications
You must be signed in to change notification settings - Fork 604
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Currently, Cortex supports HTTP API Gateway, but there are some features in REST API Gateways that are not supported by HTTP API Gateways (and are difficult to get around), such as IAM authentication.
This would add the option for the user to specify whether to use the REST API Gateway or HTTP API Gateway.
Example config
networking:
api_gateway: none | public # current
api_gateway: none | http_public | rest_public | rest_private # proposal #1
api_gateway: none | public_http | public_rest | private_rest # proposal #2sachaarbonel and palatinuse
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request