[v25.3.x] sr: fix broker abort when a request fails before its deferred authz check
Author: vbotbuildovichCreated Aug 14, 2026Updated Aug 14, 2026
Labelskind/backport
Backport https://github.com/redpanda-data/redpanda/pull/31559 to branch v25.3.x. This issue was created as a placeholder because the original PR's commit(s) could not be automatically cherry-picked. Here are the commands to execute:
git checkout v25.3.x
git checkout -b manual-backport-31559-v25.3.x-382
git cherry-pick -x c81e3b5e5f 2c7d8d57b7 fb07594874 f007f87a2d c8d8b3dc66 c267225967
git push origin manual-backport-31559-v25.3.x-382
gh pr create \
--title "[v25.3.x] sr: fix broker abort when a request fails before its deferred authz check" \
--base "v25.3.x" \
--label "kind/backport" \
--head "manual-backport-31559-v25.3.x-382" \
--draft \
--repo "redpanda-data/redpanda" \
--milestone "v25.3.x-next" \
--body "Backport of PR https://github.com/redpanda-data/redpanda/pull/31559 "Source: redpanda-data/redpanda