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
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
Flow currently checks that the role coyote/anvils/does_the_thing_when_anvil_is_dropped has write capability to acmeCo/anvils. I think we should consider easing that restriction to only require read access, which would make it possible to write tests for derivations that read from collections you don't have write access to.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Say you have a test:
Flow currently checks that the role
coyote/anvils/does_the_thing_when_anvil_is_dropped
haswrite
capability toacmeCo/anvils
. I think we should consider easing that restriction to only requireread
access, which would make it possible to write tests for derivations that read from collections you don't havewrite
access to.The text was updated successfully, but these errors were encountered: