Skip to content

Releases: PaloAltoNetworks/pancloud-nodejs

Multi-Tenant ready

30 Apr 07:22
c9051f3
Compare
Choose a tag to compare
Multi-Tenant ready Pre-release
Pre-release
  • package.json updated with scripts and versioning information
  • Logging Service now features a controller emitter that can be used by its consumer to get notified of event generation by asynchronous query jobs
  • Fixed a corner case issue of core class not detecting a Credentials refresh (not updating the Bearer Authentication Header) in multi-tenant / shared credentials scenario
  • CortexHubHelper (multi-tenant class) now fully wraps CortexCredentialProvider. It is no longer needed to expose non-multi-tenant classes (i.e CortexCredentialProvider) to multi-tenant apps
  • CortexCredentialProvider now features a metadata dictionary that can be used by multi-tenant wrappers to organize datalakes into tenants

CortexHUB Ready

01 Apr 10:19
11f7c24
Compare
Choose a tag to compare
CortexHUB Ready Pre-release
Pre-release

Includes the CortexHelper class to ease development of multi-tenant applications