File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments