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.
1 parent e7459df commit 602c522Copy full SHA for 602c522
predix/service.py
@@ -26,8 +26,8 @@ def _auto_authenticate(self):
26
"""
27
If we are in an app context we can authenticate immediately.
28
29
- client_id = os.environ.get('PREDIX_APP_CLIENT_ID')
30
- client_secret = os.environ.get('PREDIX_APP_CLIENT_SECRET')
+ client_id = os.environ.get('PREDIX_SECURITY_UAA_CLIENT_ID')
+ client_secret = os.environ.get('PREDIX_SECURITY_UAA_CLIENT_SECRET')
31
32
if client_id and client_secret:
33
logging.info("Automatically authenticated as %s" % (client_id))
0 commit comments