For the complete documentation index, see llms.txt. This page is also available as Markdown.

Additional environment variables

Getting started

The following variables can be added to the api and worker (if worker exists) containers to unlock additional functionality. They are all optional.

  api:
    ...
    environment:
      - OPENAI_API_KEY=sk-abc12345EXAMPLExyz67890
      ...
    healthcheck:
      ...

Modules

AI Assistant (recommended)

OPENAI_API_KEY=

# Example
OPENAI_API_KEY=sk-abc12345EXAMPLExyz67890
OpenAI API Key Creation (on-premise)

Bucket Uploads

If this is not configured, Secoda defaults to storing file uploads in Postgres.

AWS Bucket with Access Keys (on-premise)

Authentication

SAML

You can provide your SAML metadata XML as a base64 encoded string. This is useful when you cannot expose a public metadata URL.

Example Okta metadata XML before base64 encoding:

Integrations

BigQuery (OAuth) Integration

Google OAuth Application (on-premise)

Looker Studio (OAuth) Integration

Google OAuth Application (on-premise)

PowerBI (OAuth) Integration

PowerBI OAuth Application (on-premise)

Github Integration

Github Application (on-premise)

Last updated

Was this helpful?