Hi,
Is there any way to use automation tools such as n8n or Make?
I heard that Artifact can import Docker, so after installing n8n in Docker, you can publish it.
Hi,
Is there any way to use automation tools such as n8n or Make?
I heard that Artifact can import Docker, so after installing n8n in Docker, you can publish it.
Hello Jacob!
You can host docker images in your foundry instance using Artifacts and Compute Modules (https://www.palantir.com/docs/foundry/compute-modules/overview/), though they won’t be able to host anything on port 80/8080 accessible to the outside internet. They can host APIs that are accessible internally, via functions etc.
Usually, compute modules are hosted in a compute module alongside an adapter (https://www.palantir.com/docs/foundry/compute-modules/authoring-locally-overview/) which facilitiates communication between foundry and that docker image.
Therefore, it may be more helpful to you to host an automation tool elsewhere, and then use the OSDK (https://www.palantir.com/docs/foundry/slate/concepts-osdk/) / FSDK (https://pypi.org/project/foundry-platform-sdk/) with Oauth 2.0 client/secret authentication (https://www.palantir.com/docs/foundry/ontology-sdk/oauth-clients/) to hit your stack’s public API endpoints.
Private APIs are accessible to you, but we provide no warranty to them in order to facilitate rapid development by our product teams - so I would not recommend using them - and instead work with your palantir representative to make feature requests on the public APIs.