You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cert_manager/client.py
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@ def __init__(self, **kwargs):
40
40
auth_url: The full URL to the Sectigo OAuth2 token endpoint; the default is "https://auth.sso.sectigo.com/auth/realms/apiclients/protocol/openid-connect/token"
41
41
client_id: The Client ID to use for OAuth2 authentication
42
42
client_secret: The Client Secret to use for OAuth2 authentication
43
+
session: A requests.Session object to use instead of creating a new one; the default is None,
0 commit comments