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

Support Azure Read-Only Keys #120

Open
sklose opened this issue May 27, 2020 · 0 comments
Open

Support Azure Read-Only Keys #120

sklose opened this issue May 27, 2020 · 0 comments
Labels
enhancement New feature or request M-azure This issue is related to the Azure module P2 Priority 2

Comments

@sklose
Copy link
Collaborator

sklose commented May 27, 2020

A service that only wants to serve read-requests currently still needs a key that has read+write permissions, because the CosmosClient on initialization is trying to create the stored procedures in Cosmos that it would need for writes. We should only create those sprocs if the Cosmos client is used from a sink, but not when it's used from a state provider. That would allow services to run with less permissions.

@sklose sklose added enhancement New feature or request M-azure This issue is related to the Azure module labels May 27, 2020
@plameniv plameniv added the P2 Priority 2 label Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request M-azure This issue is related to the Azure module P2 Priority 2
Development

No branches or pull requests

2 participants