Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2023-11-23) (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 23, 2023
1 parent a28c504 commit ebb404a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: jane@example.com
Expand Down

0 comments on commit ebb404a

Please sign in to comment.