@@ -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
0 commit comments