Skip to content

Commit

Permalink
update constants and zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvenkatesha committed Jan 30, 2025
1 parent 6f8ba86 commit 67e2c44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
ONPREM_API_SECRET = os.environ.get("ONPREM_API_SECRET", None)
ONPREM_PCE_FQDN = os.environ.get("ONPREM_PCE_FQDN", None)
ONPREM_PCE_PORT = int(os.environ.get("ONPREM_PCE_PORT", 443))
ONPREM_PCE_ORGID = int(os.environ.get("ONPREM_PCE_ORGID", 1))

# Azure config
AZURE_TENANT_ID = os.environ["AZURE_TENANT_ID"]
Expand Down
Binary file modified Solutions/IllumioSaaS/Data Connectors/IllumioEventsConn.zip
Binary file not shown.

0 comments on commit 67e2c44

Please sign in to comment.