Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
refactor: Improve AuthenticationStorage #1026
refactor: Improve AuthenticationStorage #1026
Changes from 2 commits
300891f
fa8c910
ad3917d
e3bee3b
0f63dc2
58c83f4
65f329c
feab1cd
241b6cb
69c7aac
28f00fe
9ab0f2b
1089a91
2efceee
1963a80
9a625f3
585bf96
26d9e72
6f93e41
4cb24a1
912c184
4c41a08
64b5eee
87bc617
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 1 in crates/rattler_networking/src/authentication_middleware.rs
GitHub Actions / Format and Lint
Check warning on line 8 in crates/rattler_networking/src/authentication_middleware.rs
GitHub Actions / Format and Lint
Check warning on line 2 in crates/rattler_networking/src/authentication_storage/backends/file.rs
GitHub Actions / Format and Lint
Check warning on line 50 in crates/rattler_networking/src/authentication_storage/backends/file.rs
GitHub Actions / Format and Lint
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was introduced in #645 but i don't think this is used anywhere so i don't think this brings us much benefit, especially now since
RATTLER_AUTH_FILE
is handled directly inAuthenticationStorage::default()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be needed for pixi's
authentication-file-override
in its global config.My suggestion would be the following order:
insert_backend(1, ...)
in pixi)