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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes by Kind
Feature
Add an optional --header-file flag to apigen used to append boilerplate to the generated YAML files (#4247, @kcp-ci-bot)
Bug or Regression
Fixed mounted workspace access failing with Unauthorized in sharded deployments, a regression introduced by the fix for GHSA-c8w2-fgvx-vhv4. Enabling mounts now requires configuring the front-proxy with --requestheader-client-ca-file and each shard with --mount-proxy-client-cert-file/--mount-proxy-client-key-file. (#4241, @xmudrii)