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
Stripe users can provide restricted API keys, which limits which Stripe resources the connector can access. If a connector tries to requests a resource it don't have permission to access, the connector crashes.
To avoid these crashes, the connector should only discover bindings that it has permission to access.
Note: This is the same issue as #1782 but the desired solution is different.
Status
17SEP - Fix is progressing well and mostly coded up. I have a few additional tests I want to run to ensure I won't unexpectedly break any streams, but I should have a PR up in the next day or so.
The text was updated successfully, but these errors were encountered:
Summary
Stripe users can provide restricted API keys, which limits which Stripe resources the connector can access. If a connector tries to requests a resource it don't have permission to access, the connector crashes.
To avoid these crashes, the connector should only discover bindings that it has permission to access.
Note: This is the same issue as #1782 but the desired solution is different.
Status
17SEP - Fix is progressing well and mostly coded up. I have a few additional tests I want to run to ensure I won't unexpectedly break any streams, but I should have a PR up in the next day or so.
The text was updated successfully, but these errors were encountered: