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
Fair warning - I have no experience with using the library but this is mainly because we are now using Azure Key Vault to store the connection strings to our shards.
We basically go fetch the connection string in Azure Key Vault based on the shard key we use in the application. By doing this we can securely store the connection string and don't need a full blown DB to achieve this.
I see. Storing the connection string in AKV is an interesting idea. I presume it would only support ListShardMap and point mappings and the key id would have to be based on the shard key.
Are there plans to support Azure Key Vault as a Shard Map Manager?
This would allow to get rid of the database and securely store the connection strings to the shard.
The text was updated successfully, but these errors were encountered: