-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(updater): bump pkg/dist/*.yml (2023-11-23) (#82)
- Loading branch information
1 parent
a28c504
commit ebb404a
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3922,24 +3922,21 @@ opensearch: | |
email_sender_name: | ||
title: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore | ||
description: This should be identical to the Sender name defined in Opensearch dashboards | ||
type: | ||
- string | ||
type: string | ||
max_length: 40 | ||
pattern: ^[a-zA-Z0-9-_]+$ | ||
example: alert-sender | ||
user_error: Must consist of lower-case alpha-numeric characters and dashes, max 40 characters | ||
email_sender_password: | ||
title: Sender password for Opensearch alerts to authenticate with SMTP server | ||
description: Sender password for Opensearch alerts to authenticate with SMTP server | ||
type: | ||
- string | ||
type: string | ||
max_length: 1024 | ||
pattern: ^[^\x00-\x1F]+$ | ||
example: very-secure-mail-password | ||
email_sender_username: | ||
title: Sender username for Opensearch alerts | ||
type: | ||
- string | ||
type: string | ||
max_length: 320 | ||
pattern: ^[^\x00-\x1F]+$ | ||
example: [email protected] | ||
|