| 689 | } |
| 690 | |
| 691 | type authorizedSQLFilter struct { |
| 692 | sqlString string |
| 693 | auth *PartialAuthorizer |
| 694 | } |
| 695 | |
| 696 | // ConfigWithACL is the basic configuration for converting rego to SQL when |
| 697 | // the object has group and user ACL fields. |
nothing calls this directly
no outgoing calls
no test coverage detected