Redislabs-Solution-Architects / Redis-Enterprise-on-GKE-Anthos

Learn about the serverless experience for your enterprise applications with Cloud Run for Anthos
Apache License 2.0
1 stars 3 forks source link

Enable authentication from the cart service to Redis #3

Open TobyHFerguson opened 3 years ago

TobyHFerguson commented 3 years ago

The cart service should authorize its access to Redis. I need to modify the cart service definition to take in the password from the database secret, and I need to modify the cart service code to use that authentication when connecting.

TobyHFerguson commented 3 years ago

This moodle reference indicates one way to specify the password