Skip to content

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

Merged

Conversation

julien-lang
Copy link
Contributor

@julien-lang julien-lang commented Feb 25, 2025

Python API can use a custom CA Cert store using the SHOTGUN_API_CACERTS variable

https://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

@julien-lang julien-lang requested review from bernie-laberge and a team February 25, 2025 17:26
Copy link

codecov bot commented Feb 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.82%. Comparing base (512db24) to head (beadc0b).
Report is 4 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

@julien-lang julien-lang changed the title SG-38301 Make App Session Launcher use the same SHOTGUN_API_CACERTS as python-api SG-38301 App Session Launcher to use SHOTGUN_API_CACERTS just like python-api Feb 25, 2025
Copy link
Contributor

@bernie-laberge bernie-laberge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@bernie-laberge bernie-laberge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@julien-lang julien-lang merged commit 1e5ccb8 into master Mar 4, 2025
28 checks passed
@julien-lang julien-lang deleted the ticket/SG-38301-add-ca-cert-handle-app-session-launcher branch March 4, 2025 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants