Skip to content

Redis: Adds TLS Verify flag#5065

Open
JoshVanL wants to merge 1 commit intodapr:v1.18from
JoshVanL:redis-fix-tls-no-verify
Open

Redis: Adds TLS Verify flag#5065
JoshVanL wants to merge 1 commit intodapr:v1.18from
JoshVanL:redis-fix-tls-no-verify

Conversation

@JoshVanL
Copy link
Contributor

@JoshVanL JoshVanL commented Mar 9, 2026

Based on dapr/components-contrib#4261

Signed-off-by: joshvanl <me@joshvanl.dev>
Copilot AI review requested due to automatic review settings March 9, 2026 16:42
@JoshVanL JoshVanL requested review from a team as code owners March 9, 2026 16:42
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Redis component documentation to reflect the newly supported insecureSkipTLSVerify metadata flag (per the referenced components-contrib change), so users can configure Redis TLS behavior consistently across Redis-backed building blocks.

Changes:

  • Added insecureSkipTLSVerify to the YAML component examples for Redis-based components.
  • Documented insecureSkipTLSVerify in the spec metadata tables for state store, pub/sub, locks, configuration store, and bindings.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
daprdocs/content/en/reference/components-reference/supported-state-stores/setup-redis.md Documents insecureSkipTLSVerify for the Redis state store component.
daprdocs/content/en/reference/components-reference/supported-pubsub/setup-redis-pubsub.md Documents insecureSkipTLSVerify for the Redis Streams pub/sub component.
daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md Documents insecureSkipTLSVerify for the Redis lock component.
daprdocs/content/en/reference/components-reference/supported-configuration-stores/redis-configuration-store.md Documents insecureSkipTLSVerify for the Redis configuration store component.
daprdocs/content/en/reference/components-reference/supported-bindings/redis.md Documents insecureSkipTLSVerify for the Redis binding component.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

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 this pull request may close these issues.

2 participants