I am using Google Memorystore for Redis for our in-memory datastore and I am processing dataflow pipeline for processing and transforming input files and storing the processed data in Google Memorystore.
But is there any way we can enable authentication and authorization for memorystore so that other applications can access with token or other authentication mechanism?
I didn't get much info from the official documentation. However, I got the stackoverflow answer but there's no clarity.
How to add password to google cloud memorystore
Any reference links for this is highly appreciated.
According to the official documentation:
Connecting to a Redis instance
Therefore authentication and authorization for memorystore using service accounts credentials is not supported.
A feature request was opened on this limitation:
Implementing Authentication for Cloud Memorystore Public