-
Notifications
You must be signed in to change notification settings - Fork 119
SG-38301 App Session Launcher to use SHOTGUN_API_CACERTS
just like python-api
#1004
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
SG-38301 App Session Launcher to use SHOTGUN_API_CACERTS
just like python-api
#1004
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1004 +/- ##
==========================================
+ Coverage 79.79% 79.82% +0.02%
==========================================
Files 198 198
Lines 20760 20776 +16
==========================================
+ Hits 16566 16584 +18
+ Misses 4194 4192 -2 ☔ View full report in Codecov by Sentry. |
SHOTGUN_API_CACERTS
just like python-api
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
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
Python API can use a custom CA Cert store using the
SHOTGUN_API_CACERTS
variablehttps://developers.shotgridsoftware.com/python-api/reference.html#shotgun-api-cacerts
App Session Launcher uses a different API and was using a different CA Cert store. It is now aligned with python-api (certifi).
Related to shotgunsoftware/python-api#373