deployment

No menu items for this category

Amazon Cognito SSO for Docker

To enable security for the Docker deployment, follow the next steps:

Create an openmetadata_cognito.env file and add the following contents as an example. Use the information generated when setting up the account in the previous steps.

AUTHENTICATION_PUBLIC_KEYS and AUTHENTICATION_CALLBACK_URL refers to https://{your domain} this is referring to your OpenMetdata installation domain name and please make sure to correctly put http or https depending on your installation.

Once your server security is set, it's time to review the ingestion configuration. Our bots support JWT tokens to authenticate to the server when sending requests.

Find more information on Enabling JWT Tokens.