We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c37538a + af06613 commit 074230dCopy full SHA for 074230d
src/cbapi/auth.py
@@ -67,6 +67,7 @@ def __init__(self):
67
self.cbapi_url = environ.get('CBAPI_URL',None)
68
self.cbapi_token = environ.get('CBAPI_TOKEN',None)
69
self.cbapi_ssl_verify = environ.get('CBAPI_SSL_VERIFY',True)
70
+ self.org_key = environ.get('CBAPI_ORG_KEY', None)
71
self.credentials = Credentials(url=self.cbapi_url,token=self.cbapi_token,ssl_verify=self.cbapi_ssl_verify)
72
73
def get_credentials(self,profile=None):
0 commit comments