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
Right now it is possible to send a bake_write, bake_read, or bake_persist request to a provider that is not actually in charge of the pool underlying the given region id. We should add some checks to make sure the requests are sent to the appropriate provider, and add test cases that should fail if one tries to access a provider's pool through another provider.
The text was updated successfully, but these errors were encountered:
In GitLab by @mdorier on Jan 15, 2018, 09:53
Right now it is possible to send a bake_write, bake_read, or bake_persist request to a provider that is not actually in charge of the pool underlying the given region id. We should add some checks to make sure the requests are sent to the appropriate provider, and add test cases that should fail if one tries to access a provider's pool through another provider.
The text was updated successfully, but these errors were encountered: