-
Notifications
You must be signed in to change notification settings - Fork 2.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
[receiver/solace]: Update the auth validation step #36386
base: main
Are you sure you want to change the base?
[receiver/solace]: Update the auth validation step #36386
Conversation
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
@atoulme @djaglowski hi, I made the changes. Can we move forward with the PR? |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #36386 +/- ##
==========================================
+ Coverage 80.11% 80.70% +0.59%
==========================================
Files 2187 2265 +78
Lines 205259 222134 +16875
==========================================
+ Hits 164435 179265 +14830
- Misses 35471 37226 +1755
- Partials 5353 5643 +290 ☔ View full report in Codecov by Sentry. |
Description
The validation step should not allow configuring several auth methods when only one will be considered (the first one that's not nil in this order plain > xauth2 > external).
(technically this is a breaking change because some users might have several auth methods configured, but that doesn't make sense so it's unlikely to break many users if any)
Testing
One test with multiple auth methods was added.