Skip to content

Commit

Permalink
Fix postgres strict-encrypt expected spec (#17817)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren authored Oct 11, 2022
1 parent ca2605d commit ca8c66d
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,23 +133,23 @@
},
"client_certificate": {
"type": "string",
"title": "Client Certificate (Optional)",
"title": "Client Certificate",
"description": "Client certificate",
"airbyte_secret": true,
"multiline": true,
"order": 2
},
"client_key": {
"type": "string",
"title": "Client Key (Optional)",
"title": "Client Key",
"description": "Client key",
"airbyte_secret": true,
"multiline": true,
"order": 3
},
"client_key_password": {
"type": "string",
"title": "Client key password (Optional)",
"title": "Client key password",
"description": "Password for keystorage. If you do not add it - the password will be generated automatically.",
"airbyte_secret": true,
"order": 4
Expand Down Expand Up @@ -179,23 +179,23 @@
},
"client_certificate": {
"type": "string",
"title": "Client Certificate (Optional)",
"title": "Client Certificate",
"description": "Client certificate",
"airbyte_secret": true,
"multiline": true,
"order": 2
},
"client_key": {
"type": "string",
"title": "Client Key (Optional)",
"title": "Client Key",
"description": "Client key",
"airbyte_secret": true,
"multiline": true,
"order": 3
},
"client_key_password": {
"type": "string",
"title": "Client key password (Optional)",
"title": "Client key password",
"description": "Password for keystorage. If you do not add it - the password will be generated automatically.",
"airbyte_secret": true,
"order": 4
Expand Down

0 comments on commit ca8c66d

Please sign in to comment.