-
Notifications
You must be signed in to change notification settings - Fork 253
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
Added TrustServerCertificate param in connectionInfo #746
Added TrustServerCertificate param in connectionInfo #746
Conversation
@wwwy3y3 @grieve54706 It is ready to review ! |
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.
It should not be hard-coded. It should be an option on the website that lets users decide whether their database needs this.
I already doubted it. Anyways, I will do it. |
@grieve54706 Please review it, I have configured Trust Server Certificate property. |
@wwwy3y3 Could you assign someone in web team to review this? |
@andreashimin will help review |
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.
Hi @himanshu634, I saw there is a conflict in this PR,
Could you help rebase it? Thank you
wren-ui/src/components/pages/setup/dataSources/SQLServerProperties.tsx
Outdated
Show resolved
Hide resolved
@andreashimin Please check now, thanks. |
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.
LGTM
Hi @himanshu634 , Thank you for your contribution 👍🏼 |
Added TrustServerCertificate param in connectionInfo as described here.