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

Change Redis Location to Test Namespace #111

Open
halspang opened this issue Sep 10, 2021 · 1 comment
Open

Change Redis Location to Test Namespace #111

halspang opened this issue Sep 10, 2021 · 1 comment

Comments

@halspang
Copy link
Contributor

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 to longhaul-test. Alternatively, we can add part of our deployment script to copy the credential to the correct namespace.

dapr-redis-master.dapr-components.svc.cluster.local:6379 -> dapr-redis-master.longhaul-test.svc.cluster.local:6379
@halspang
Copy link
Contributor Author

Any PR addressing this should also move from the blank password redis component to using a secret key ref.

  - name: redisPassword
    secretKeyRef:
      name: dapr-redis
      key: redis-password

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

No branches or pull requests

1 participant