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 adopt TLS config for components harbor-registry, to enable this we will implement it based on fork repo goharbor/distribution based on upstream distribution v2.8.3.
keep using redigo module.
adding enableTLS option directly on the redis config instead of re-struct.
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 adopt TLS config for components harbor-registry, to enable this we will implement it based on fork repo goharbor/distribution based on upstream distribution v2.8.3.
enableTLS
option directly on the redis config instead of re-struct.The text was updated successfully, but these errors were encountered: