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 updated auth standards for Redis mean that using no password is no longer acceptable. When Redis is deployed, it creates a secret which can then be referenced to access it. In order to do this, we need to change the deployment namespace of Redis from dapr-components to longhaul-test. Alternatively, we can add part of our deployment script to copy the credential to the correct namespace.
Describe the proposal
The updated auth standards for Redis mean that using no password is no longer acceptable. When Redis is deployed, it creates a secret which can then be referenced to access it. In order to do this, we need to change the deployment namespace of Redis from
dapr-components
tolonghaul-test
. Alternatively, we can add part of our deployment script to copy the credential to the correct namespace.The text was updated successfully, but these errors were encountered: