From 20fb7927b0ccf392db106bd5e1f7028ab6363322 Mon Sep 17 00:00:00 2001 From: sayjadha Date: Fri, 25 Apr 2025 16:52:22 -0400 Subject: [PATCH] AAP-43480: Updated EDA variable to gateway variable --- .../modules/platform/ref-eda-controller-variables.adoc | 7 ------- downstream/modules/platform/ref-gateway-variables.adoc | 6 ++++++ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/downstream/modules/platform/ref-eda-controller-variables.adoc b/downstream/modules/platform/ref-eda-controller-variables.adoc index f4d4e4056..b7a44312f 100644 --- a/downstream/modules/platform/ref-eda-controller-variables.adoc +++ b/downstream/modules/platform/ref-eda-controller-variables.adoc @@ -239,13 +239,6 @@ | Optional | `[]` -| `automationedacontroller_verify_ssl` -| -| Denotes whether or not to verify {EDAName}'s web certificates when making calls from {EDAName} to itself during installation. -Set to false to disable web certificate verification. -| Optional -| `true` - | `automationedacontroller_websocket_ssl_verify` | | Controls whether or not to perform SSL verification for the Daphne WebSocket used by Podman to communicate from the pod to the host. diff --git a/downstream/modules/platform/ref-gateway-variables.adoc b/downstream/modules/platform/ref-gateway-variables.adoc index 26343d753..06cc6cd72 100644 --- a/downstream/modules/platform/ref-gateway-variables.adoc +++ b/downstream/modules/platform/ref-gateway-variables.adoc @@ -109,6 +109,12 @@ Path to the PostgreSQL SSL/TLS key file for {Gateway}. Default = `6379` +| `automationgateway_verify_ssl` | | _Optional_ + +Denotes whether or not to verify {Gateway}'s web certificates when making calls from {Gateway} to itself during installation. Set to false to disable web certificate verification. + +Default = `true` + | `automationgateway_ssl_cert` | `gateway_tls_cert` | _Optional_ Path to the SSL/TLS certificate file for {Gateway}.