-
Notifications
You must be signed in to change notification settings - Fork 20
BB-694: Update auth config schema #2659
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
base: development/9.0
Are you sure you want to change the base?
BB-694: Update auth config schema #2659
Conversation
Hello tmacro,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
1b5e9f3
to
34a1825
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
... and 4 files with indirect coverage changes
@@ Coverage Diff @@
## development/9.0 #2659 +/- ##
===================================================
+ Coverage 73.35% 73.65% +0.30%
===================================================
Files 201 201
Lines 13390 13396 +6
===================================================
+ Hits 9822 9867 +45
+ Misses 3558 3519 -39
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command:
Alternatively, the |
/create_integration_branches |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: create_integration_branches |
destinations: [{ | ||
const testCases = [ | ||
{ | ||
valid:false, |
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.
valid:false, | |
valid: false, |
ssl: joi.boolean(), | ||
protocol: joi.string(), | ||
const sslSchema = joi.object({ | ||
ssl: joi.boolean().default(false), |
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.
Would having type: "ssl"
be more consistent with the other auth types?
Extends the existing schema to support basic auth and stricter checking of kerberos.