By change, I discovered a missing yaml "returns" attribute in one of the examples:
distribution/examples/openapi/jwt-auth/apis.yml
" - returns: {}" is missing
Otherwise the example doesn't work properly.
Additionally, in the readme's one still tells about proxies.xml which is deprecated as far as I've read it for the 7.x+ versions.
By change, I discovered a missing yaml "returns" attribute in one of the examples:
distribution/examples/openapi/jwt-auth/apis.yml
api-gateway/distribution/examples/openapi/jwt-auth/apis.yaml
Line 17 in 35234ad
" - returns: {}" is missing
Otherwise the example doesn't work properly.
Additionally, in the readme's one still tells about proxies.xml which is deprecated as far as I've read it for the 7.x+ versions.