-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Authentication Helper 1/4 - Add configauth #1807
Authentication Helper 1/4 - Add configauth #1807
Conversation
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
Codecov Report
@@ Coverage Diff @@
## master #1807 +/- ##
==========================================
- Coverage 91.95% 91.12% -0.84%
==========================================
Files 263 263
Lines 18821 16107 -2714
==========================================
- Hits 17307 14677 -2630
+ Misses 1083 1003 -80
+ Partials 431 427 -4
Continue to review full report at Codecov.
|
Build is failing with "correctness - Failed", which is probably flaky, as this PR doesn't change any behavior. |
…y#1807) Bumps [boto3](https://github.com/boto/boto3) from 1.24.36 to 1.24.37. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.24.36...1.24.37) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Description: Added a new configauth package, with the auth settings that can be used by receivers. Split from #1728
Link to tracking Issue: Part of the solution for #1424.
Testing: unit tests.
Documentation: readme file.
Signed-off-by: Juraci Paixão Kröhling juraci@kroehling.de