Skip to content

Commit 1b27406

Browse files
authored
Merge pull request #395 from hashicorp/IPL-8491
Remove redundant mTLS configuration options for Redis in Kubernetes
2 parents 78f9866 + f953aa8 commit 1b27406

File tree

3 files changed

+0
-81
lines changed
  • content/terraform-enterprise
    • 1.0.x/docs/enterprise/deploy/kubernetes
    • v202506-1/docs/enterprise/deploy/kubernetes
    • v202507-1/docs/enterprise/deploy/kubernetes

3 files changed

+0
-81
lines changed

content/terraform-enterprise/1.0.x/docs/enterprise/deploy/kubernetes/index.mdx

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -213,17 +213,6 @@ env:
213213
TFE_REDIS_PASSWORD: '<Redis password>'
214214
TFE_LICENSE: <Hashicorp license>
215215
TFE_ENCRYPTION_PASSWORD: '<Encryption password>'
216-
TFE_REDIS_USE_MTLS: <To use mtls with Redis standalone or Sentinel? eg. "false">
217-
TFE_REDIS_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
218-
TFE_REDIS_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
219-
TFE_REDIS_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
220-
TFE_REDIS_SIDEKIQ_USE_MTLS: <To use mtls with Redis Enterprise? eg. "false">
221-
TFE_REDIS_SIDEKIQ_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
222-
TFE_REDIS_SIDEKIQ_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
223-
TFE_REDIS_SIDEKIQ_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
224-
TFE_REDIS_SENTINEL_ENABLED: <To use sentinel? e.g. "false">
225-
TFE_REDIS_SENTINEL_HOSTS: <Hostname and port of Sentinel hosts, e.g. sentinel.example.com:26379>
226-
TFE_REDIS_SENTINEL_LEADER_NAME: <Name of the Sentinel leader>
227216
```
228217
229218
### Google Kubernetes Engine (GKE)
@@ -254,17 +243,6 @@ env:
254243
TFE_REDIS_USE_TLS: <To use tls? eg. "false">
255244
TFE_REDIS_USE_AUTH: <To use customized credential to authenticate? eg. "true">
256245
TFE_REDIS_USER: <Redis username>
257-
TFE_REDIS_USE_MTLS: <To use mtls with Redis standalone or Sentinel? eg. "false">
258-
TFE_REDIS_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
259-
TFE_REDIS_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
260-
TFE_REDIS_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
261-
TFE_REDIS_SIDEKIQ_USE_MTLS: <To use mtls with Redis Enterprise? eg. "false">
262-
TFE_REDIS_SIDEKIQ_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
263-
TFE_REDIS_SIDEKIQ_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
264-
TFE_REDIS_SIDEKIQ_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
265-
TFE_REDIS_SENTINEL_ENABLED: <To use sentinel? e.g. "false">
266-
TFE_REDIS_SENTINEL_HOSTS: <Hostname and port of Sentinel hosts, e.g. sentinel.example.com:26379>
267-
TFE_REDIS_SENTINEL_LEADER_NAME: <Name of the Sentinel leader>
268246

269247
# Google Cloud Storage settings.
270248
TFE_OBJECT_STORAGE_TYPE: google
@@ -307,17 +285,6 @@ env:
307285
TFE_REDIS_USE_TLS: <To use tls? eg. "false">
308286
TFE_REDIS_USE_AUTH: <To use customized credential to authenticate? eg. "true">
309287
TFE_REDIS_USER: <Redis username>
310-
TFE_REDIS_USE_MTLS: <To use mtls with Redis standalone or Sentinel? eg. "false">
311-
TFE_REDIS_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
312-
TFE_REDIS_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
313-
TFE_REDIS_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
314-
TFE_REDIS_SIDEKIQ_USE_MTLS: <To use mtls with Redis Enterprise? eg. "false">
315-
TFE_REDIS_SIDEKIQ_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
316-
TFE_REDIS_SIDEKIQ_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
317-
TFE_REDIS_SIDEKIQ_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
318-
TFE_REDIS_SENTINEL_ENABLED: <To use sentinel? e.g. "false">
319-
TFE_REDIS_SENTINEL_HOSTS: <Hostname and port of Sentinel hosts, e.g. sentinel.example.com:26379>
320-
TFE_REDIS_SENTINEL_LEADER_NAME: <Name of the Sentinel leader>
321288

322289
# Azure container storage settings.
323290
TFE_OBJECT_STORAGE_TYPE: azure

content/terraform-enterprise/v202506-1/docs/enterprise/deploy/kubernetes/index.mdx

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,6 @@ env:
213213
TFE_REDIS_PASSWORD: '<Redis password>'
214214
TFE_LICENSE: <Hashicorp license>
215215
TFE_ENCRYPTION_PASSWORD: '<Encryption password>'
216-
TFE_REDIS_USE_MTLS: <To use mtls with Redis standalone? eg. "false">
217-
TFE_REDIS_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
218-
TFE_REDIS_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
219-
TFE_REDIS_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
220-
TFE_REDIS_SIDEKIQ_USE_MTLS: <To use mtls with Redis Enterprise? eg. "false">
221-
TFE_REDIS_SIDEKIQ_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
222-
TFE_REDIS_SIDEKIQ_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
223-
TFE_REDIS_SIDEKIQ_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
224216
```
225217
226218
### Google Kubernetes Engine (GKE)
@@ -251,14 +243,6 @@ env:
251243
TFE_REDIS_USE_TLS: <To use tls? eg. "false">
252244
TFE_REDIS_USE_AUTH: <To use customized credential to authenticate? eg. "true">
253245
TFE_REDIS_USER: <Redis username>
254-
TFE_REDIS_USE_MTLS: <To use mtls with Redis standalone? eg. "false">
255-
TFE_REDIS_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
256-
TFE_REDIS_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
257-
TFE_REDIS_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
258-
TFE_REDIS_SIDEKIQ_USE_MTLS: <To use mtls with Redis Enterprise? eg. "false">
259-
TFE_REDIS_SIDEKIQ_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
260-
TFE_REDIS_SIDEKIQ_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
261-
TFE_REDIS_SIDEKIQ_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
262246

263247
# Google Cloud Storage settings.
264248
TFE_OBJECT_STORAGE_TYPE: google
@@ -301,14 +285,6 @@ env:
301285
TFE_REDIS_USE_TLS: <To use tls? eg. "false">
302286
TFE_REDIS_USE_AUTH: <To use customized credential to authenticate? eg. "true">
303287
TFE_REDIS_USER: <Redis username>
304-
TFE_REDIS_USE_MTLS: <To use mtls with Redis standalone? eg. "false">
305-
TFE_REDIS_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
306-
TFE_REDIS_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
307-
TFE_REDIS_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
308-
TFE_REDIS_SIDEKIQ_USE_MTLS: <To use mtls with Redis Enterprise? eg. "false">
309-
TFE_REDIS_SIDEKIQ_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
310-
TFE_REDIS_SIDEKIQ_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
311-
TFE_REDIS_SIDEKIQ_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
312288

313289
# Azure container storage settings.
314290
TFE_OBJECT_STORAGE_TYPE: azure

content/terraform-enterprise/v202507-1/docs/enterprise/deploy/kubernetes/index.mdx

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,6 @@ env:
213213
TFE_REDIS_PASSWORD: '<Redis password>'
214214
TFE_LICENSE: <Hashicorp license>
215215
TFE_ENCRYPTION_PASSWORD: '<Encryption password>'
216-
TFE_REDIS_USE_MTLS: <To use mtls with Redis standalone? eg. "false">
217-
TFE_REDIS_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
218-
TFE_REDIS_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
219-
TFE_REDIS_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
220-
TFE_REDIS_SIDEKIQ_USE_MTLS: <To use mtls with Redis Enterprise? eg. "false">
221-
TFE_REDIS_SIDEKIQ_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
222-
TFE_REDIS_SIDEKIQ_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
223-
TFE_REDIS_SIDEKIQ_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
224216
```
225217
226218
### Google Kubernetes Engine (GKE)
@@ -251,14 +243,6 @@ env:
251243
TFE_REDIS_USE_TLS: <To use tls? eg. "false">
252244
TFE_REDIS_USE_AUTH: <To use customized credential to authenticate? eg. "true">
253245
TFE_REDIS_USER: <Redis username>
254-
TFE_REDIS_USE_MTLS: <To use mtls with Redis standalone? eg. "false">
255-
TFE_REDIS_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
256-
TFE_REDIS_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
257-
TFE_REDIS_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
258-
TFE_REDIS_SIDEKIQ_USE_MTLS: <To use mtls with Redis Enterprise? eg. "false">
259-
TFE_REDIS_SIDEKIQ_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
260-
TFE_REDIS_SIDEKIQ_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
261-
TFE_REDIS_SIDEKIQ_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
262246

263247
# Google Cloud Storage settings.
264248
TFE_OBJECT_STORAGE_TYPE: google
@@ -301,14 +285,6 @@ env:
301285
TFE_REDIS_USE_TLS: <To use tls? eg. "false">
302286
TFE_REDIS_USE_AUTH: <To use customized credential to authenticate? eg. "true">
303287
TFE_REDIS_USER: <Redis username>
304-
TFE_REDIS_USE_MTLS: <To use mtls with Redis standalone? eg. "false">
305-
TFE_REDIS_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
306-
TFE_REDIS_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
307-
TFE_REDIS_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
308-
TFE_REDIS_SIDEKIQ_USE_MTLS: <To use mtls with Redis Enterprise? eg. "false">
309-
TFE_REDIS_SIDEKIQ_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
310-
TFE_REDIS_SIDEKIQ_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
311-
TFE_REDIS_SIDEKIQ_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
312288

313289
# Azure container storage settings.
314290
TFE_OBJECT_STORAGE_TYPE: azure

0 commit comments

Comments
 (0)