You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: downstream/modules/platform/ref-gateway-variables.adoc
+26-31Lines changed: 26 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
|
29
29
| Denote whether the cache cert sources are local to the installation program (`false`) or on the remote component server (`true`).
30
30
| Optional
31
-
| `false`
31
+
| The value defined in `automationgateway_tls_files_remote` which defaults to `false`.
32
32
33
33
| `automationgateway_client_regen_cert`
34
34
|
@@ -42,12 +42,6 @@
42
42
| Optional
43
43
| `50051`
44
44
45
-
| `automationgateway_debug`
46
-
|
47
-
| Controls whether debug mode is enabled or disabled for {Gateway}. Set to `true` to enable debug mode for {Gateway}.
48
-
| Optional
49
-
| `false`
50
-
51
45
| `automationgateway_disable_hsts`
52
46
| `gateway_nginx_disable_hsts`
53
47
| Controls whether HTTP Strict Transport Security (HSTS) is enabled or disabled for {Gateway}. Set this variable to `true` to disable HSTS.
@@ -58,13 +52,13 @@
58
52
| `gateway_nginx_disable_https`
59
53
| Controls whether HTTPS is enabled or disabled for {Gateway}. Set this variable to `true` to disable HTTPS.
60
54
| Optional
61
-
| `false`
55
+
| RPM = The value defined in `disable_https` which defaults to `false`. Container = `false`.
62
56
63
57
| `automationgateway_firewalld_zone`
64
58
| `gateway_proxy_firewall_zone`
65
59
| The firewall zone where {Gateway} related firewall rules are applied. This controls which networks can access {Gateway} based on the zone's trust level.
66
60
| Optional
67
-
| RPM = no default set. Container = 'public'
61
+
| RPM = no default set. Container = 'public'.
68
62
69
63
| `automationgateway_grpc_auth_service_timeout`
70
64
| `gateway_grpc_auth_service_timeout`
@@ -106,7 +100,8 @@
106
100
|
107
101
| Denote whether the web cert sources are local to the installation program (`false`) or on the remote component server (`true`).
108
102
| Optional
109
-
| `false`
103
+
| The value defined in `automationgateway_tls_files_remote` which defaults to `false`.
104
+
110
105
111
106
| `automationgateway_pg_cert_auth`
112
107
| `gateway_pg_cert_auth`
@@ -118,7 +113,7 @@
118
113
| `gateway_pg_database`
119
114
| Name of the PostgreSQL database used by {Gateway}.
Copy file name to clipboardExpand all lines: downstream/modules/platform/ref-general-inventory-variables.adoc
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,8 @@ Default = `public`
59
59
60
60
Redis clusters cannot use hostnames or IPv6 addresses. When defining hosts in the `[redis]` group, use this variable to identify the IPv4 address if the default is not what you want.
61
61
62
+
| `redis_disable_mtls` | | Controls whether mTLS is enabled or disabled for Redis. Set this variable to `true` to disable mTLS.
63
+
62
64
| `redis_firewalld_zone` | `redis_firewall_zone` | The firewall zone where Redis related firewall rules are applied. This controls which networks can access Redis based on the zone's trust level.
0 commit comments