Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2024-10-16) (#204)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow authored Oct 16, 2024
1 parent fa749bb commit c660530
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pkg/dist/integration_endpoint_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,29 @@ external_postgresql:
type: string
max_length: 256
example: myname
external_prometheus:
type: object
properties:
basic_auth_password:
title: Prometheus basic authentication password
type: string
min_length: 8
max_length: 64
example: fhyFNBjj3R
_secure: true
basic_auth_username:
title: Prometheus basic authentication username
type: string
min_length: 5
max_length: 32
pattern: ^[a-z0-9\-@_]{5,32}$
example: prom4851
user_error: Must be 5-32 characters long and may contain only lower case letters and numbers.
service_uri:
title: Prometheus enabled write endpoint
type: string
max_length: 2048
example: https://write.example.com/
external_schema_registry:
type: object
required:
Expand Down
9 changes: 9 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2559,6 +2559,15 @@ influxdb:
type: integer
minimum: 0
maximum: 3600
influxdb_version:
title: InfluxDB major version
type:
- string
- "null"
default: "1.8"
enum:
- value: "1.8"
example: "1.8"
ip_filter:
title: IP filter
description: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
Expand Down

0 comments on commit c660530

Please sign in to comment.