Thomas Brüggemann
Thomas Brüggemann
Please add a option to connect via docker client: e.g.: docker --tls -H docker_daemon_hostname:2376 exec -i name_of_docker_container lldb-3.9 -O "settings set target.exec-search-paths ...
Like: @Path("status") @Tags("status") @Response(200 "Okay") @Response(500, "An internal error occurs.") @X("custom-ext", "{ test: "test }") @GET -> x-customext: { test: "test"}) See: https://swagger.io/docs/specification/openapi-extensions/
**Current behavior** ``` try { session.close(); } catch ( error ) { // In some cases upon re-connection error can't be catched } ``` ``` internal error expecting valid derivedKeys;...
**Current behavior** Client can't connect to server if certificateFile Folder is read only. **Describe the bug** Node process hung at `client.connect(url)` **Step by step instruction to reproduce** Steps to reproduce...
Just to bring this back on spot, after my PR get's no response. see here: https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/jwt_authn_filter.html?highlight=jwt#default-extract-location and here: https://stackoverflow.com/questions/4361173/http-headers-in-websockets-client-api
See https://www.cvedetails.com/cve/CVE-2022-36067/
 Config: ``` - match: path: "/mqtt" route: upgrade_configs: upgrade_type: "websocket" cluster: service_mqtt decorator: operation: "mqtt" typed_per_filter_config: internal_oauth2_oidc: "@type": type.googleapis.com/envoy.config.route.v3.FilterConfig disabled: true ``` Logs: ``` [2024-02-01 07:12:11.904][34][debug][oauth2] [source/extensions/filters/http/oauth2/filter.cc:441] can not...
See: https://keepachangelog.com/en/1.0.0/ Just out of interest !
Cookies were set with secure flag, so secure flag is needed of deletion too. See: https://datatracker.ietf.org/doc/html/draft-west-cookie-prefixes-05 Commit Message: Add secure flag to cookie delete string Additional Description: Cookies were set...