2023-12-13 14:03:08 +01:00
|
|
|
```yaml {% srNumber=300 %}
|
|
|
|
|
workflowConfig:
|
|
|
|
|
loggerLevel: INFO # DEBUG, INFO, WARNING or ERROR
|
|
|
|
|
openMetadataServerConfig:
|
|
|
|
|
hostPort: "http://localhost:8585/api"
|
|
|
|
|
authProvider: openmetadata
|
|
|
|
|
securityConfig:
|
|
|
|
|
jwtToken: "{bot_jwt_token}"
|
2024-02-23 08:53:10 +01:00
|
|
|
## Store the service Connection information
|
|
|
|
|
storeServiceConnection: true # false
|
|
|
|
|
## Secrets Manager Configuration
|
|
|
|
|
# secretsManagerProvider: aws, azure or noop
|
|
|
|
|
# secretsManagerLoader: airflow or env
|
2023-12-13 14:03:08 +01:00
|
|
|
## If SSL, fill the following
|
|
|
|
|
# verifySSL: validate # or ignore
|
|
|
|
|
# sslConfig:
|
2024-08-27 11:11:12 +02:00
|
|
|
# caCertificate: /local/path/to/certificate
|
2025-03-13 18:44:31 +05:30
|
|
|
# ingestionPipelineFQN: <service name>.<ingestion name> ## e.g., "my_redshift.metadata"
|
2023-12-13 14:03:08 +01:00
|
|
|
```
|