Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v22.2.x] pandaproxy: Support SCRAM-SHA-512 for basic_auth #11431

Closed
vbotbuildovich opened this issue Jun 14, 2023 · 1 comment
Closed

[v22.2.x] pandaproxy: Support SCRAM-SHA-512 for basic_auth #11431

vbotbuildovich opened this issue Jun 14, 2023 · 1 comment
Assignees
Labels
kind/backport PRs targeting a stable branch

Comments

@vbotbuildovich
Copy link
Collaborator

Backport #11425 to branch v22.2.x. Note that this issue was created as a placeholder, since the original PR's commit(s) could not be automatically cherry-picked.
Here are the commands to execute:

git checkout v22.2.x
git checkout -b vbotbuildovich/backport-11425-v22.2.x-509
git cherry-pick -x 9fc1bcb7b4ec14f43f5f6a85760c6e2d9e1fadf0

git push origin vbotbuildovich/backport-11425-v22.2.x-509
gh pr create \
  --title "[v22.2.x] pandaproxy: Support SCRAM-SHA-512 for basic_auth" \
  --base "v22.2.x" \
  --label "kind/backport" \
  --head "vbotbuildovich/backport-11425-v22.2.x-509" \
  --draft \
  --repo "redpanda-data/redpanda" \
  --reviewer "" \
  --milestone "v22.2.x-next" \
  --body "Backport of PR https://github.com/redpanda-data/redpanda/pull/11425 "
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Jun 14, 2023
@vbotbuildovich vbotbuildovich added this to the v22.2.x-next milestone Jun 14, 2023
@BenPope BenPope removed this from the v22.2.x-next milestone Jun 14, 2023
@BenPope
Copy link
Member

BenPope commented Jun 14, 2023

basic auth isn't supported in v22.2.x

@BenPope BenPope closed this as completed Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/backport PRs targeting a stable branch
Projects
None yet
Development

No branches or pull requests

2 participants