Skip to content

Commit 0876962

Browse files
chore(updater): bump pkg/dist/*.yml (2024-12-16) (#240)
Co-authored-by: GitHub <[email protected]>
1 parent 7eee7e3 commit 0876962

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pkg/dist/service_types.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,15 @@ alloydbomni:
324324
type: integer
325325
minimum: 8
326326
maximum: 96
327+
password_encryption:
328+
title: password_encryption
329+
description: Chooses the algorithm for encrypting passwords.
330+
type: string
331+
default: md5
332+
enum:
333+
- value: md5
334+
- value: scram-sha-256
335+
example: scram-sha-256
327336
pg_partman_bgw.interval:
328337
title: pg_partman_bgw.interval
329338
description: Sets the time interval to run pg_partman's scheduled tasks
@@ -5794,6 +5803,15 @@ pg:
57945803
type: integer
57955804
minimum: 8
57965805
maximum: 96
5806+
password_encryption:
5807+
title: password_encryption
5808+
description: Chooses the algorithm for encrypting passwords.
5809+
type: string
5810+
default: md5
5811+
enum:
5812+
- value: md5
5813+
- value: scram-sha-256
5814+
example: scram-sha-256
57975815
pg_partman_bgw.interval:
57985816
title: pg_partman_bgw.interval
57995817
description: Sets the time interval to run pg_partman's scheduled tasks

0 commit comments

Comments
 (0)