Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CESARDELATORRE/e7f0bcf82f9841260f3d6316a87eec8f to your computer and use it in GitHub Desktop.
Save CESARDELATORRE/e7f0bcf82f9841260f3d6316a87eec8f to your computer and use it in GitHub Desktop.
ApiGateways-Web.Bff.Shopping-apigw-configuration-basket-specific.json
{
"DownstreamPathTemplate": "/api/{version}/{everything}",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "basket.api",
"Port": 80
}
],
"UpstreamPathTemplate": "/api/{version}/b/{everything}",
"UpstreamHttpMethod": [ "POST", "PUT", "GET" ],
"AuthenticationOptions": {
"AuthenticationProviderKey": "IdentityApiKey",
"AllowedScopes": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment