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

[v24.3.x] rpk bundle: Fix race condition in SASL credential redaction #24729

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #24675

This commit addresses a bug where SASL credentials
stored only in the redpanda.yaml could be redacted
before being used for authentication.

If the credentials were not provided elsewhere
(e.g. via environment variables or flags), the
redacted value would be used, leading to
authentication errors due to invalid credentials.

(cherry picked from commit 57dc975)
@vbotbuildovich vbotbuildovich added this to the v24.3.x-next milestone Jan 8, 2025
@vbotbuildovich vbotbuildovich requested a review from twmb as a code owner January 8, 2025 16:35
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Jan 8, 2025
@vbotbuildovich
Copy link
Collaborator Author

CI test results

test results on build#60422
test_id test_kind job_url test_status passed
rptest.tests.archive_retention_test.CloudArchiveRetentionTest.test_delete.cloud_storage_type=CloudStorageType.S3.retention_type=retention.ms ducktape https://buildkite.com/redpanda/redpanda/builds/60422#01944721-2bed-44c4-90d2-6448aca9c005 FLAKY 5/6
rptest.tests.data_migrations_api_test.DataMigrationsApiTest.test_creating_and_listing_migrations ducktape https://buildkite.com/redpanda/redpanda/builds/60422#01944721-2bee-44f9-b683-0da8b54ed3a0 FLAKY 5/6

@r-vasquez r-vasquez merged commit 89fb006 into redpanda-data:v24.3.x Jan 8, 2025
23 checks passed
@piyushredpanda piyushredpanda modified the milestones: v24.3.x-next, v24.3.3 Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rpk kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants