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
To allow TLS connection when using cache like Azure Redis or Elastic cache service, we need users to configure enableTLS while using external redis service and add prepare logic for harbor offline-installer.
pass correct rediss:// to each of the config file of each harbor component need redis tls connection.
prepare self-sighed ca.crt in external.redis.tlsOption.cacrt for install_certs
The text was updated successfully, but these errors were encountered:
To allow TLS connection when using cache like Azure Redis or Elastic cache service, we need users to configure
enableTLS
while using external redis service and add prepare logic for harbor offline-installer.rediss://
to each of the config file of each harbor component need redis tls connection.external.redis.tlsOption.cacrt
for install_certsThe text was updated successfully, but these errors were encountered: