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

Fix basic HTTP authentication when resolving dependencies #1838

Merged
merged 3 commits into from
Jun 29, 2023

Conversation

denisrosca
Copy link
Contributor

@denisrosca denisrosca commented Jun 28, 2023

*Issue #1837 *

Description of changes:
Fixes broken http authentication.

Replace MavenAuth with existing aether builder to configure the repository auth context.
Modify the auth test to use a mock server to actually run the authentication flow.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@denisrosca denisrosca requested a review from a team as a code owner June 28, 2023 13:55
Copy link
Contributor

@milesziemer milesziemer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing! This is a great fix and improvement to our tests!

@milesziemer milesziemer merged commit 6e20df6 into smithy-lang:main Jun 29, 2023
@kubukoz
Copy link
Contributor

kubukoz commented Jun 30, 2023

@milesziemer any chance of a patch release with this soon? I'd like to bring this to the LSP asap :)

syall pushed a commit to Xtansia/smithy that referenced this pull request Aug 11, 2023
…g#1838)

Fixes smithy-lang#1837

Replace `MavenAuth` with existing aether builder to configure the repository auth context.
Modify the auth test to use a mock server to actually run the authentication flow.
alextwoods pushed a commit to alextwoods/smithy that referenced this pull request Sep 15, 2023
…g#1838)

Fixes smithy-lang#1837

Replace `MavenAuth` with existing aether builder to configure the repository auth context.
Modify the auth test to use a mock server to actually run the authentication flow.
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.

3 participants