Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis TLS Support #15645

Closed
danielzhanghl opened this issue Sep 23, 2021 · 6 comments
Closed

Redis TLS Support #15645

danielzhanghl opened this issue Sep 23, 2021 · 6 comments
Assignees
Labels
kind/requirement New feature or idea on top of harbor

Comments

@danielzhanghl
Copy link

What can we help you?

Redis support TLS communication now, could harbor support the TLS related setting when connect to redis?

@bitsf
Copy link
Contributor

bitsf commented Sep 27, 2021

this need be supported by upstream dependency library first, like beego / trivy / chartmuseum / distribution .

@bitsf bitsf added the kind/requirement New feature or idea on top of harbor label Sep 27, 2021
@bitsf bitsf self-assigned this Sep 27, 2021
@danielzhanghl
Copy link
Author

trivy is tracked by aquasecurity/trivy#1166

@danielzhanghl
Copy link
Author

hi, @bitsf
another solution for upstream projects:
if that is not redis+tls ready, harbor could use stunnel side car container as the bridge, like / trivy / chartmuseum / distribution, that belong harbor helm chart new enhancement, refer to https://redis.com/blog/stunnel-secure-redis-ssl/ on how stunnel could be used, if need, I could open ticket to harbor helm chart for that part.

and harbor itself could enhance to support redis+tls, and core/jobservice/exporter could connect to redis directly.

@danielzhanghl
Copy link
Author

danielzhanghl commented Jan 20, 2022

container repo support redis over TLS already:

https://github.com/distribution/distribution/blob/main/docs/configuration.md
redis
Additionally, you can control TLS connection settings with the tls subsection (in-transit encryption).

@danielzhanghl
Copy link
Author

looks there are same request on #13223

@danielzhanghl
Copy link
Author

close this duplicated one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/requirement New feature or idea on top of harbor
Projects
None yet
Development

No branches or pull requests

2 participants