Skip to content

fix: switch to instance attributes - #2452

Open
am9zZWY wants to merge 1 commit into
pulp:mainfrom
am9zZWY:fix/support-multiple-registries
Open

fix: switch to instance attributes#2452
am9zZWY wants to merge 1 commit into
pulp:mainfrom
am9zZWY:fix/support-multiple-registries

Conversation

@am9zZWY

@am9zZWY am9zZWY commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Store registry_auth and token_lock per downloader instance instead of as class attributes so that auth state (bearer token, basic auth) does not leak between different remotes/registries.

📜 Checklist

  • Commits are cleanly separated with meaningful messages (simple features and bug fixes should be squashed to one commit)
  • A changelog entry or entries has been added for any significant changes
  • Follows the Pulp policy on AI Usage
  • (For new features) - User documentation and test coverage has been added

See: Pull Request Walkthrough

Store registry_auth and token_lock per downloader instance instead of
as class attributes so that auth state (bearer token, basic auth) does
not leak between different remotes/registries.
@jobselko

Copy link
Copy Markdown
Member

CI should be green after rebase

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants