You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When browsing the OpenAPI schema using /q/swagger-ui, I can still see the endpoint when the quarkus.registry.expose.client.config.yaml property is missing
Describe the bug
Having an endpoint like:
When browsing the OpenAPI schema using
/q/swagger-ui
, I can still see the endpoint when thequarkus.registry.expose.client.config.yaml
property is missingExpected behavior
Endpoint is not listed in the OpenAPI schema
Actual behavior
Endpoint is listed and returns 404 when invoked
How to Reproduce?
mvn quarkus:dev
with Expose an example config.yaml over the registry's REST api registry.quarkus.io#197Output of
uname -a
orver
macOS m1
Output of
java -version
JDK 17
GraalVM version (if different from Java)
22.3.1
Quarkus version or git rev
3.1.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.2
Additional information
Extensions used:
The text was updated successfully, but these errors were encountered: