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
The docs are incorrect and the metadata file is actually correct. I'll transfer this issue to the docs repo and you can then update the docs there instead.
berndverst
changed the title
Redis statestore field redisPassword not marked as required
Redis statestore field redisPassword incorrectly marked as required in docs
Jun 11, 2024
EDIT (contrib maintainer): The contrib repo metadata was correct. The docs are wrong. The docs instead need updating.
Expected Behavior
redisPassword
should be a required field in the statestore.yaml
as per the docs:https://docs.dapr.io/reference/components-reference/supported-pubsub/setup-redis-pubsub/
Actual Behavior
redisPassword
is incorrectly set asrequired: false
.https://github.com/dapr/components-contrib/blob/787b23d5d0a3486fc14255f26b36cf365c9bd2bf/state/redis/metadata.yaml#L24-L29
Steps to Reproduce the Problem
N/A
Release Note
RELEASE NOTE: FIX Redis statestore field
redisPassword
now correctly marked as required.The text was updated successfully, but these errors were encountered: