mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-29 17:49:14 +00:00
Doc: email .Yaml File Changes and Partial Creation (#21404)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
This commit is contained in:
parent
0d4a7db0d9
commit
36d85396e4
@ -0,0 +1,23 @@
|
||||
### Setting up SMTP Server
|
||||
|
||||
Basic Authentication is successfully set. For a better login experience, we can also set up the SMTP server to allow the
|
||||
users to Reset Password, Account Status Updates, etc. as well.
|
||||
|
||||
```yaml
|
||||
email:
|
||||
emailingEntity: ${OM_EMAIL_ENTITY:-"OpenMetadata"} -> Company Name (Optional)
|
||||
supportUrl: ${OM_SUPPORT_URL:-"https://slack.open-metadata.org"} -> SupportUrl (Optional)
|
||||
enableSmtpServer : ${AUTHORIZER_ENABLE_SMTP:-false} -> True/False
|
||||
senderMail: ${OPENMETADATA_SMTP_SENDER_MAIL:-""} -> Sender's email
|
||||
serverEndpoint: ${SMTP_SERVER_ENDPOINT:-""} -> (Ex :- smtp.gmail.com)
|
||||
serverPort: ${SMTP_SERVER_PORT:-""} -> (SSL/TLS port)
|
||||
username: ${SMTP_SERVER_USERNAME:-""} -> (SMTP Server Username)
|
||||
password: ${SMTP_SERVER_PWD:-""} -> (SMTP Server Password)
|
||||
transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"}
|
||||
```
|
||||
|
||||
Following are valid value for transportation strategy:
|
||||
|
||||
- `SMTP`: If SMTP port is 25 use this
|
||||
- `SMTPS`: If SMTP port is 465 use this
|
||||
- `SMTP_TLS`: If SMTP port is 587 use this
|
||||
@ -0,0 +1,23 @@
|
||||
### Email
|
||||
To enable email alerts you will need to ensure that you have an SMTP server available. With the information for your SMTP server you can configure OpenMetadata to send email alerts either by updating the details from the UI or by updating the below section of the `operations.yaml` file.
|
||||
|
||||
To update the details from the UI, navigate to Settings > Preferences > Email
|
||||
|
||||
{% image
|
||||
src="/images/v1.6/how-to-guides/admin-guide/email.webp"
|
||||
alt="Email Configuration"
|
||||
caption="Email Configuration"
|
||||
/%}
|
||||
|
||||
```
|
||||
email:
|
||||
emailingEntity: ${OM_EMAIL_ENTITY:-"OpenMetadata"} -> Company Name (Optional)
|
||||
supportUrl: ${OM_SUPPORT_URL:-"https://slack.open-metadata.org"} -> SupportUrl (Optional)
|
||||
enableSmtpServer : ${AUTHORIZER_ENABLE_SMTP:-false} -> True/False
|
||||
senderMail: ${OPENMETADATA_SMTP_SENDER_MAIL}
|
||||
serverEndpoint: ${SMTP_SERVER_ENDPOINT:-""} -> (Ex :- smtp.gmail.com)
|
||||
serverPort: ${SMTP_SERVER_PORT:-""} -> (SSL/TLS port)
|
||||
username: ${SMTP_SERVER_USERNAME:-""} -> (SMTP Server Username)
|
||||
password: ${SMTP_SERVER_PWD:-""} -> (SMTP Server Password)
|
||||
transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"}
|
||||
```
|
||||
@ -0,0 +1,23 @@
|
||||
### Setting up SMTP Server
|
||||
|
||||
Basic Authentication is successfully set. For a better login experience, we can also set up the SMTP server to allow the
|
||||
users to Reset Password, Account Status Updates, etc. as well.
|
||||
|
||||
```yaml
|
||||
email:
|
||||
emailingEntity: ${OM_EMAIL_ENTITY:-"OpenMetadata"} -> Company Name (Optional)
|
||||
supportUrl: ${OM_SUPPORT_URL:-"https://slack.open-metadata.org"} -> SupportUrl (Optional)
|
||||
enableSmtpServer : ${AUTHORIZER_ENABLE_SMTP:-false} -> True/False
|
||||
senderMail: ${OPENMETADATA_SMTP_SENDER_MAIL:-""} -> Sender's email
|
||||
serverEndpoint: ${SMTP_SERVER_ENDPOINT:-""} -> (Ex :- smtp.gmail.com)
|
||||
serverPort: ${SMTP_SERVER_PORT:-""} -> (SSL/TLS port)
|
||||
username: ${SMTP_SERVER_USERNAME:-""} -> (SMTP Server Username)
|
||||
password: ${SMTP_SERVER_PWD:-""} -> (SMTP Server Password)
|
||||
transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"}
|
||||
```
|
||||
|
||||
Following are valid value for transportation strategy:
|
||||
|
||||
- `SMTP`: If SMTP port is 25 use this
|
||||
- `SMTPS`: If SMTP port is 465 use this
|
||||
- `SMTP_TLS`: If SMTP port is 587 use this
|
||||
@ -0,0 +1,23 @@
|
||||
### Email
|
||||
To enable email alerts you will need to ensure that you have an SMTP server available. With the information for your SMTP server you can configure OpenMetadata to send email alerts either by updating the details from the UI or by updating the below section of the `operations.yaml` file.
|
||||
|
||||
To update the details from the UI, navigate to Settings > Preferences > Email
|
||||
|
||||
{% image
|
||||
src="/images/v1.7/how-to-guides/admin-guide/email.webp"
|
||||
alt="Email Configuration"
|
||||
caption="Email Configuration"
|
||||
/%}
|
||||
|
||||
```
|
||||
email:
|
||||
emailingEntity: ${OM_EMAIL_ENTITY:-"OpenMetadata"} -> Company Name (Optional)
|
||||
supportUrl: ${OM_SUPPORT_URL:-"https://slack.open-metadata.org"} -> SupportUrl (Optional)
|
||||
enableSmtpServer : ${AUTHORIZER_ENABLE_SMTP:-false} -> True/False
|
||||
senderMail: ${OPENMETADATA_SMTP_SENDER_MAIL}
|
||||
serverEndpoint: ${SMTP_SERVER_ENDPOINT:-""} -> (Ex :- smtp.gmail.com)
|
||||
serverPort: ${SMTP_SERVER_PORT:-""} -> (SSL/TLS port)
|
||||
username: ${SMTP_SERVER_USERNAME:-""} -> (SMTP Server Username)
|
||||
password: ${SMTP_SERVER_PWD:-""} -> (SMTP Server Password)
|
||||
transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"}
|
||||
```
|
||||
@ -0,0 +1,23 @@
|
||||
### Setting up SMTP Server
|
||||
|
||||
Basic Authentication is successfully set. For a better login experience, we can also set up the SMTP server to allow the
|
||||
users to Reset Password, Account Status Updates, etc. as well.
|
||||
|
||||
```yaml
|
||||
email:
|
||||
emailingEntity: ${OM_EMAIL_ENTITY:-"OpenMetadata"} -> Company Name (Optional)
|
||||
supportUrl: ${OM_SUPPORT_URL:-"https://slack.open-metadata.org"} -> SupportUrl (Optional)
|
||||
enableSmtpServer : ${AUTHORIZER_ENABLE_SMTP:-false} -> True/False
|
||||
senderMail: ${OPENMETADATA_SMTP_SENDER_MAIL:-""} -> Sender's email
|
||||
serverEndpoint: ${SMTP_SERVER_ENDPOINT:-""} -> (Ex :- smtp.gmail.com)
|
||||
serverPort: ${SMTP_SERVER_PORT:-""} -> (SSL/TLS port)
|
||||
username: ${SMTP_SERVER_USERNAME:-""} -> (SMTP Server Username)
|
||||
password: ${SMTP_SERVER_PWD:-""} -> (SMTP Server Password)
|
||||
transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"}
|
||||
```
|
||||
|
||||
Following are valid value for transportation strategy:
|
||||
|
||||
- `SMTP`: If SMTP port is 25 use this
|
||||
- `SMTPS`: If SMTP port is 465 use this
|
||||
- `SMTP_TLS`: If SMTP port is 587 use this
|
||||
@ -0,0 +1,23 @@
|
||||
### Email
|
||||
To enable email alerts you will need to ensure that you have an SMTP server available. With the information for your SMTP server you can configure OpenMetadata to send email alerts either by updating the details from the UI or by updating the below section of the `operations.yaml` file.
|
||||
|
||||
To update the details from the UI, navigate to Settings > Preferences > Email
|
||||
|
||||
{% image
|
||||
src="/images/v1.8/how-to-guides/admin-guide/email.webp"
|
||||
alt="Email Configuration"
|
||||
caption="Email Configuration"
|
||||
/%}
|
||||
|
||||
```
|
||||
email:
|
||||
emailingEntity: ${OM_EMAIL_ENTITY:-"OpenMetadata"} -> Company Name (Optional)
|
||||
supportUrl: ${OM_SUPPORT_URL:-"https://slack.open-metadata.org"} -> SupportUrl (Optional)
|
||||
enableSmtpServer : ${AUTHORIZER_ENABLE_SMTP:-false} -> True/False
|
||||
senderMail: ${OPENMETADATA_SMTP_SENDER_MAIL}
|
||||
serverEndpoint: ${SMTP_SERVER_ENDPOINT:-""} -> (Ex :- smtp.gmail.com)
|
||||
serverPort: ${SMTP_SERVER_PORT:-""} -> (SSL/TLS port)
|
||||
username: ${SMTP_SERVER_USERNAME:-""} -> (SMTP Server Username)
|
||||
password: ${SMTP_SERVER_PWD:-""} -> (SMTP Server Password)
|
||||
transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"}
|
||||
```
|
||||
@ -92,30 +92,6 @@ After logging into the OpenMetadata UI, admin users can change their default pas
|
||||
For ingesting metadata when Basic Auth is enabled, it is mandatory to configure the `ingestion-bot` account with the JWT
|
||||
configuration. To know how to enable it, you can follow the documentation of [Enable JWT Tokens](/deployment/security/enable-jwt-tokens).
|
||||
|
||||
|
||||
### Setting up SMTP Server
|
||||
|
||||
Basic Authentication is successfully set. For a better login experience, we can also set up the SMTP server to allow the
|
||||
users to Reset Password, Account Status Updates, etc. as well.
|
||||
|
||||
```yaml
|
||||
email:
|
||||
emailingEntity: ${OM_EMAIL_ENTITY:-"OpenMetadata"} -> Company Name (Optional)
|
||||
supportUrl: ${OM_SUPPORT_URL:-"https://slack.open-metadata.org"} -> SupportUrl (Optional)
|
||||
enableSmtpServer : ${AUTHORIZER_ENABLE_SMTP:-false} -> True/False
|
||||
openMetadataUrl: ${OPENMETADATA_SERVER_URL:-""} -> {http/https}://{your_domain}
|
||||
senderMail: ${OPENMETADATA_SMTP_SENDER_MAIL:-""} -> Sender's email
|
||||
serverEndpoint: ${SMTP_SERVER_ENDPOINT:-""} -> (Ex :- smtp.gmail.com)
|
||||
serverPort: ${SMTP_SERVER_PORT:-""} -> (SSL/TLS port)
|
||||
username: ${SMTP_SERVER_USERNAME:-""} -> (SMTP Server Username)
|
||||
password: ${SMTP_SERVER_PWD:-""} -> (SMTP Server Password)
|
||||
transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"}
|
||||
```
|
||||
|
||||
Following are valid value for transportation strategy:
|
||||
|
||||
- `SMTP`: If SMTP port is 25 use this
|
||||
- `SMTPS`: If SMTP port is 465 use this
|
||||
- `SMTP_TLS`: If SMTP port is 587 use this
|
||||
{% partial file="/v1.6/deployments/smtp-email.md" /%}
|
||||
|
||||
{% partial file="/v1.6/deployment/configure-ingestion.md" /%}
|
||||
|
||||
@ -134,30 +134,7 @@ caption="Define the Filter"
|
||||
|
||||
## Additional Details for the Configuration of Destinations
|
||||
|
||||
### Email
|
||||
To enable email alerts you will need to ensure that you have an SMTP server available. With the information for your SMTP server you can configure OpenMetadata to send email alerts either by updating the details from the UI or by updating the below section of the `openmetadata.yaml` file.
|
||||
|
||||
To update the details from the UI, navigate to Settings > Preferences > Email
|
||||
|
||||
{% image
|
||||
src="/images/v1.6/how-to-guides/admin-guide/email.webp"
|
||||
alt="Email Configuration"
|
||||
caption="Email Configuration"
|
||||
/%}
|
||||
|
||||
```
|
||||
email:
|
||||
emailingEntity: ${OM_EMAIL_ENTITY:-"OpenMetadata"} -> Company Name (Optional)
|
||||
supportUrl: ${OM_SUPPORT_URL:-"https://slack.open-metadata.org"} -> SupportUrl (Optional)
|
||||
enableSmtpServer : ${AUTHORIZER_ENABLE_SMTP:-false} -> True/False
|
||||
openMetadataUrl: ${OPENMETADATA_SERVER_URL:-""} -> {http/https}://{your_domain}
|
||||
senderMail: ${OPENMETADATA_SMTP_SENDER_MAIL}
|
||||
serverEndpoint: ${SMTP_SERVER_ENDPOINT:-""} -> (Ex :- smtp.gmail.com)
|
||||
serverPort: ${SMTP_SERVER_PORT:-""} -> (SSL/TLS port)
|
||||
username: ${SMTP_SERVER_USERNAME:-""} -> (SMTP Server Username)
|
||||
password: ${SMTP_SERVER_PWD:-""} -> (SMTP Server Password)
|
||||
transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"}
|
||||
```
|
||||
{% partial file="/v1.6/how-to-guides/email.md" /%}
|
||||
|
||||
### Slack
|
||||
For Slack configuration you will need to get the endpoint URL of the channel where you wish to send the alerts. Additionally, you can configure the following parameters:
|
||||
|
||||
@ -92,30 +92,6 @@ After logging into the OpenMetadata UI, admin users can change their default pas
|
||||
For ingesting metadata when Basic Auth is enabled, it is mandatory to configure the `ingestion-bot` account with the JWT
|
||||
configuration. To know how to enable it, you can follow the documentation of [Enable JWT Tokens](/deployment/security/enable-jwt-tokens).
|
||||
|
||||
|
||||
### Setting up SMTP Server
|
||||
|
||||
Basic Authentication is successfully set. For a better login experience, we can also set up the SMTP server to allow the
|
||||
users to Reset Password, Account Status Updates, etc. as well.
|
||||
|
||||
```yaml
|
||||
email:
|
||||
emailingEntity: ${OM_EMAIL_ENTITY:-"OpenMetadata"} -> Company Name (Optional)
|
||||
supportUrl: ${OM_SUPPORT_URL:-"https://slack.open-metadata.org"} -> SupportUrl (Optional)
|
||||
enableSmtpServer : ${AUTHORIZER_ENABLE_SMTP:-false} -> True/False
|
||||
openMetadataUrl: ${OPENMETADATA_SERVER_URL:-""} -> {http/https}://{your_domain}
|
||||
senderMail: ${OPENMETADATA_SMTP_SENDER_MAIL:-""} -> Sender's email
|
||||
serverEndpoint: ${SMTP_SERVER_ENDPOINT:-""} -> (Ex :- smtp.gmail.com)
|
||||
serverPort: ${SMTP_SERVER_PORT:-""} -> (SSL/TLS port)
|
||||
username: ${SMTP_SERVER_USERNAME:-""} -> (SMTP Server Username)
|
||||
password: ${SMTP_SERVER_PWD:-""} -> (SMTP Server Password)
|
||||
transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"}
|
||||
```
|
||||
|
||||
Following are valid value for transportation strategy:
|
||||
|
||||
- `SMTP`: If SMTP port is 25 use this
|
||||
- `SMTPS`: If SMTP port is 465 use this
|
||||
- `SMTP_TLS`: If SMTP port is 587 use this
|
||||
{% partial file="/v1.7/deployments/smtp-email.md" /%}
|
||||
|
||||
{% partial file="/v1.7/deployment/configure-ingestion.md" /%}
|
||||
|
||||
@ -144,30 +144,7 @@ caption="Define the Filter"
|
||||
|
||||
## Additional Details for the Configuration of Destinations
|
||||
|
||||
### Email
|
||||
To enable email alerts you will need to ensure that you have an SMTP server available. With the information for your SMTP server you can configure OpenMetadata to send email alerts either by updating the details from the UI or by updating the below section of the `openmetadata.yaml` file.
|
||||
|
||||
To update the details from the UI, navigate to Settings > Preferences > Email
|
||||
|
||||
{% image
|
||||
src="/images/v1.7/how-to-guides/admin-guide/email.webp"
|
||||
alt="Email Configuration"
|
||||
caption="Email Configuration"
|
||||
/%}
|
||||
|
||||
```
|
||||
email:
|
||||
emailingEntity: ${OM_EMAIL_ENTITY:-"OpenMetadata"} -> Company Name (Optional)
|
||||
supportUrl: ${OM_SUPPORT_URL:-"https://slack.open-metadata.org"} -> SupportUrl (Optional)
|
||||
enableSmtpServer : ${AUTHORIZER_ENABLE_SMTP:-false} -> True/False
|
||||
openMetadataUrl: ${OPENMETADATA_SERVER_URL:-""} -> {http/https}://{your_domain}
|
||||
senderMail: ${OPENMETADATA_SMTP_SENDER_MAIL}
|
||||
serverEndpoint: ${SMTP_SERVER_ENDPOINT:-""} -> (Ex :- smtp.gmail.com)
|
||||
serverPort: ${SMTP_SERVER_PORT:-""} -> (SSL/TLS port)
|
||||
username: ${SMTP_SERVER_USERNAME:-""} -> (SMTP Server Username)
|
||||
password: ${SMTP_SERVER_PWD:-""} -> (SMTP Server Password)
|
||||
transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"}
|
||||
```
|
||||
{% partial file="/v1.7/how-to-guides/email.md" /%}
|
||||
|
||||
### Slack
|
||||
For Slack configuration you will need to get the endpoint URL of the channel where you wish to send the alerts. Additionally, you can configure the following parameters:
|
||||
|
||||
@ -92,30 +92,6 @@ After logging into the OpenMetadata UI, admin users can change their default pas
|
||||
For ingesting metadata when Basic Auth is enabled, it is mandatory to configure the `ingestion-bot` account with the JWT
|
||||
configuration. To know how to enable it, you can follow the documentation of [Enable JWT Tokens](/deployment/security/enable-jwt-tokens).
|
||||
|
||||
|
||||
### Setting up SMTP Server
|
||||
|
||||
Basic Authentication is successfully set. For a better login experience, we can also set up the SMTP server to allow the
|
||||
users to Reset Password, Account Status Updates, etc. as well.
|
||||
|
||||
```yaml
|
||||
email:
|
||||
emailingEntity: ${OM_EMAIL_ENTITY:-"OpenMetadata"} -> Company Name (Optional)
|
||||
supportUrl: ${OM_SUPPORT_URL:-"https://slack.open-metadata.org"} -> SupportUrl (Optional)
|
||||
enableSmtpServer : ${AUTHORIZER_ENABLE_SMTP:-false} -> True/False
|
||||
openMetadataUrl: ${OPENMETADATA_SERVER_URL:-""} -> {http/https}://{your_domain}
|
||||
senderMail: ${OPENMETADATA_SMTP_SENDER_MAIL:-""} -> Sender's email
|
||||
serverEndpoint: ${SMTP_SERVER_ENDPOINT:-""} -> (Ex :- smtp.gmail.com)
|
||||
serverPort: ${SMTP_SERVER_PORT:-""} -> (SSL/TLS port)
|
||||
username: ${SMTP_SERVER_USERNAME:-""} -> (SMTP Server Username)
|
||||
password: ${SMTP_SERVER_PWD:-""} -> (SMTP Server Password)
|
||||
transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"}
|
||||
```
|
||||
|
||||
Following are valid value for transportation strategy:
|
||||
|
||||
- `SMTP`: If SMTP port is 25 use this
|
||||
- `SMTPS`: If SMTP port is 465 use this
|
||||
- `SMTP_TLS`: If SMTP port is 587 use this
|
||||
{% partial file="/v1.8/deployments/smtp-email.md" /%}
|
||||
|
||||
{% partial file="/v1.8/deployment/configure-ingestion.md" /%}
|
||||
|
||||
@ -144,30 +144,7 @@ caption="Define the Filter"
|
||||
|
||||
## Additional Details for the Configuration of Destinations
|
||||
|
||||
### Email
|
||||
To enable email alerts you will need to ensure that you have an SMTP server available. With the information for your SMTP server you can configure OpenMetadata to send email alerts either by updating the details from the UI or by updating the below section of the `openmetadata.yaml` file.
|
||||
|
||||
To update the details from the UI, navigate to Settings > Preferences > Email
|
||||
|
||||
{% image
|
||||
src="/images/v1.8/how-to-guides/admin-guide/email.webp"
|
||||
alt="Email Configuration"
|
||||
caption="Email Configuration"
|
||||
/%}
|
||||
|
||||
```
|
||||
email:
|
||||
emailingEntity: ${OM_EMAIL_ENTITY:-"OpenMetadata"} -> Company Name (Optional)
|
||||
supportUrl: ${OM_SUPPORT_URL:-"https://slack.open-metadata.org"} -> SupportUrl (Optional)
|
||||
enableSmtpServer : ${AUTHORIZER_ENABLE_SMTP:-false} -> True/False
|
||||
openMetadataUrl: ${OPENMETADATA_SERVER_URL:-""} -> {http/https}://{your_domain}
|
||||
senderMail: ${OPENMETADATA_SMTP_SENDER_MAIL}
|
||||
serverEndpoint: ${SMTP_SERVER_ENDPOINT:-""} -> (Ex :- smtp.gmail.com)
|
||||
serverPort: ${SMTP_SERVER_PORT:-""} -> (SSL/TLS port)
|
||||
username: ${SMTP_SERVER_USERNAME:-""} -> (SMTP Server Username)
|
||||
password: ${SMTP_SERVER_PWD:-""} -> (SMTP Server Password)
|
||||
transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"}
|
||||
```
|
||||
{% partial file="/v1.8/how-to-guides/email.md" /%}
|
||||
|
||||
### Slack
|
||||
For Slack configuration you will need to get the endpoint URL of the channel where you wish to send the alerts. Additionally, you can configure the following parameters:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user