From 89f7c8fe19210bce4f036fd677a3f0eaf04a65d3 Mon Sep 17 00:00:00 2001 From: Dustin Wilson <127760450+dwilsondo@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:35:35 -0400 Subject: [PATCH] Update Opensearch example protocol to https (#913) * update opensearch protocol to https * update opensearch protocol to https, rm db params --- .../resources/databases/models/opensearch_connection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/resources/databases/models/opensearch_connection.yml b/specification/resources/databases/models/opensearch_connection.yml index 1f495b80..3eba6f8a 100644 --- a/specification/resources/databases/models/opensearch_connection.yml +++ b/specification/resources/databases/models/opensearch_connection.yml @@ -5,7 +5,7 @@ properties: type: string description: >- This is provided as a convenience and should be able to be constructed by the other attributes. - example: opensearch://doadmin:wv78n3zpz42xezdk@backend-do-user-19081923-0.db.ondigitalocean.com:25060/defaultdb?sslmode=require + example: https://doadmin:wv78n3zpz42xezdk@backend-do-user-19081923-0.db.ondigitalocean.com:25060 readOnly: true host: type: string