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

Trivy redis connection support redis TLS mode #427

Open
MinerYang opened this issue Jan 24, 2024 · 3 comments · May be fixed by #430
Open

Trivy redis connection support redis TLS mode #427

MinerYang opened this issue Jan 24, 2024 · 3 comments · May be fixed by #430

Comments

@MinerYang
Copy link

MinerYang commented Jan 24, 2024

Could trivy-adatper support Redis TLS mode and related configurations in the coming release that consumers like Harbor could fulfill the redisTLS requirements as one of the components.

Current scanner-trivy seems not allow us config redisTLS.

@MinerYang MinerYang changed the title trivy redis connection support redis TLS mode Trivy redis connection support redis TLS mode Jan 24, 2024
@zyyw
Copy link

zyyw commented Jan 24, 2024

rediss:// vs redis://

@knqyf263
Copy link
Collaborator

knqyf263 commented Jan 26, 2024

I'm looking to add three options.

  • redis-ca
  • redis-cert
  • redis-key

https://aquasecurity.github.io/trivy/v0.48/docs/configuration/cache/#cache-backend

Does it work for you? @MinerYang

@knqyf263 knqyf263 linked a pull request Jan 29, 2024 that will close this issue
@knqyf263
Copy link
Collaborator

I've added CA cert support in #430. If we need client auth, we can add it later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants