Anatomy of an Integration
Last updated
Was this helpful?
Last updated
Was this helpful?
A more technical look into the structure of Pandium and a deeper dive into the workings of how integrations are hosted and run on our platform.
On Pandium, integrations are constructed as a simple Posix compliant application (CLI). The CLI should read tenant configuration and connector secrets from . Any logs you wish to display to your end users should be written to .
One can pass information to the next run by writing a json encoded string to . On the next run it will be injected in as an environment variable namedPAN_CTX_LAST_RUN_STDOUT
or PAN_CTX_LAST_SUCESSFUL_RUN_STDOUT.