-
Notifications
You must be signed in to change notification settings - Fork 7
Support client certificate authentication #24
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: main
Are you sure you want to change the base?
Conversation
7c889e8
to
87afc74
Compare
670e0aa
to
1a3f4a9
Compare
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.
Left a couple of comments and also, please cover new functionality with tests,
1a3f4a9
to
2cde254
Compare
Changes have been done, but tests outstanding. A JIRA request has been submitted if BF team could finish up the rest including avn cli. Thank you.
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
* `SOURCE_SSL_CA` - The path name of the Certificate Authority (CA) certificate file in PEM format. | ||
* `SOURCE_SSL_CERT` - The path name of the server SSL public key certificate file in PEM format. | ||
* `SOURCE_SSL_KEY` - The path name of the server SSL private key file in PEM format. |
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.
should these be SOURCE_SERVICE_SSL_XXX to match the other keywords better?
Upgrade pymysql to 1.0.2 is required.