-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Milestone
Description
What problem does your feature solve?
Currently cloud sql instance has two ways of authentication
- Using host
34.122.97.123, user =postgres, password =postgres. In this method, we have to add IP of the client to allowlist so that client can authenticate - Using a service account
What would you like to see?
As far as I know:
- Ledger data indexer uses option 1. for auth. We need to change it to use service account.
- DevX team uses both means of authentication. We need to change it to use only service account.
What alternatives are there?
Metadata
Metadata
Assignees
Labels
No labels