Replies: 2 comments
-
@nedelva Hi! This section on GitHub is viewed very rarely. If you have questions, suggestions or problems, then it is better to write in Discord or create an issue here: https://github.com/micronaut-projects/micronaut-openapi/issues So, I understood what you are doing, but I can immediately say that at the moment micronaut-openapi does not process filters. I suggest doing this: Create a ticket here: https://github.com/micronaut-projects/micronaut-openapi/issues And also: please attach a small reproducer application so that I can help you faster |
Beta Was this translation helpful? Give feedback.
-
@nedelva you should use intercept url map. |
Beta Was this translation helpful? Give feedback.
-
I want to generate and expose the OpenAPI specification, so I started by reading Visualize with Swagger-UI an OpenAPI specification of your Micronaut Application Guide written by @sdelamo.
I went through the steps up to the point of adding and running the
OpenApiExposedTest
when I got stuck, because my application is secured, and the test failed withI could not find a way to tell the generator that I want unrestricted access to the /swagger/** path.
Things I tried without success:
How can this be accomplished ?
Beta Was this translation helpful? Give feedback.
All reactions