Replies: 2 comments 2 replies
-
/cc @EricWittmann (openapi), @MikeEdgar (openapi), @phillip-kruger (openapi) |
Beta Was this translation helpful? Give feedback.
0 replies
-
This has been fixed, what version of quarkus are you using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an api defined with annotations. No security at all, but the generated schema always contains the "basic" auth definition:
How can I simply generate the api spec without the security schemas (as they are not used at all...). I debugged this a bit, and it seems to come out from
OpenApiDocumentService.java
where it loads a file 'META-INF/quarkus-generated-openapi-doc.json", which seems to contain basic auth, which is then propagated to my own api spec. This happens both in dev and prod mode.Any ideas how to disable it?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions