n8n-docs/docs/integrations/builtin/credentials/cratedb.md

1.4 KiB

title description contentType
CrateDB credentials Documentation for CrateDB credentials. Use these credentials to authenticate CrateDB in n8n, a workflow automation platform. integration

CrateDB credentials

You can use these credentials to authenticate the following nodes:

Prerequisites

An available instance of CrateDB.

Supported authentication methods

  • account connection

Refer to CrateDB's documentation{:target=_blank .external-link} for more information about the service.

Using account connection

To configure this credential, you'll need:

  • Your Host name
  • Your Database name
  • A User name
  • A user Password
  • To set the SSL parameter. Refer to the CrateDB Secured Communications (SSL/TLS) documentation{:target=_blank .external-link} for more information. The options n8n supports are:
    • Allow
    • Disable
    • Require
  • A Port number

Refer to the Connect to a CrateDB cluster documentation{:target=_blank .external-link} for detailed instructions on these fields and their default values.