Burgyn / MMLib.SwaggerForOcelot

This repo contains swagger extension for ocelot.
MIT License
353 stars 94 forks source link

Aggregated endpoint is not visible in SwaggerUI #106

Closed OleksandrAntoniuk closed 4 years ago

OleksandrAntoniuk commented 4 years ago

Hi, I have a configuration for the aggregated call for my API: "Aggregates": [ { "RouteKeys": [ "Tenants", "KeycloakUsers" ], "UpstreamPathTemplate": "/tenantsAndUsers", "AuthenticationOptions": { "AuthenticationProviderKey": "Bearer", "AllowedScopes": [] } } ] But I cannot see this endpoint in my swagger UI. I use AddSwaggerForOcelot and UseSwaggerForOcelotUI in my Startup.cs file.

Burgyn commented 4 years ago

Hi, unfortunately this project does not support Ocelot Aggregators. Now! See #24 I plan to do it. But I can't promise a when.