Skip to content

fix(e2e): use manager/id for secrets cleanup(#3367)#3369

Open
Divyanshu-s13 wants to merge 1 commit into
apache:masterfrom
Divyanshu-s13:fix/e2e-secrets-cleanup-clean
Open

fix(e2e): use manager/id for secrets cleanup(#3367)#3369
Divyanshu-s13 wants to merge 1 commit into
apache:masterfrom
Divyanshu-s13:fix/e2e-secrets-cleanup-clean

Conversation

@Divyanshu-s13
Copy link
Copy Markdown
Contributor

@Divyanshu-s13 Divyanshu-s13 commented Apr 3, 2026

Why submit this pull request?

  • Bugfix
  • New feature provided
  • Improve performance
  • Backport patches

What changes will this PR take into?
Fixes e2e secrets list cleanup by deleting secrets using the separate [manager] and [id] fields instead of splitting [id]. This prevents invalid delete URLs and reduces flaky cleanup.

Related issues

fix/resolve #3367

Checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?
  • Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

E2E secret list cleanup fails because it parses secret id incorrectly

1 participant