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
logger.error(f"PAIG Shield plugin setup failed with error {err}")
27
-
if'PAIG_API_KEY'inos.environ:
28
-
logger.error(f"Invalid PAIG_API_KEY key.")
29
-
sys.exit('PAIG Shield plugin setup failed. Please provide valid PAIG_API_KEY key.')
27
+
if'PAIG_APP_API_KEY'inos.environ:
28
+
logger.error(f"Invalid PAIG_APP_API_KEY key.")
29
+
sys.exit('PAIG Shield plugin setup failed. Please provide valid PAIG_APP_API_KEY key.')
30
30
elif'PRIVACERA_SHIELD_CONF_FILE'inos.environ:
31
31
logger.error(f"PAIG Shield configuration file used is {os.environ['PRIVACERA_SHIELD_CONF_FILE']}")
32
32
sys.exit(f"PAIG Shield plugin setup failed. Please confirm if the configuration file {os.environ['PRIVACERA_SHIELD_CONF_FILE']} is correct and exists")
0 commit comments