Update RFC 1011. - #61
Conversation
Add the concept of `access group` in addition to `access policy` as a way to address code duplication and boilerplate.
|
Adding |
|
Looks good to me after a quick glance. But since this is a new capability that we would be shipping in a future release I think it makes sense to describe it in a separate RFC. This was we can mark this as final and the reader will have a clear understanding of what's shipped in 2.0 and what will be implemented later. |
|
OK, I'll split it into its own RFC. The general idea here is to keep our current Once I submit a new RFC I'll cancel this PR, but for now we can gather comments here if there are more. |
For individual access policies the distinction between `when` and `using` seems arbitrary. There is another RFC that addresses the usage of `when` as part of grouping access policies.
|
I've pushed #63 to address adding the grouping mechanism. However, I've updated the current PR to have one modification: remove |
Add the concept of
access groupin addition toaccess policyas away to address code duplication and boilerplate.