ConfigWithACL is the basic configuration for converting rego to SQL when the object has group and user ACL fields.
()
| 696 | // ConfigWithACL is the basic configuration for converting rego to SQL when |
| 697 | // the object has group and user ACL fields. |
| 698 | func ConfigWithACL() regosql.ConvertConfig { |
| 699 | return regosql.ConvertConfig{ |
| 700 | VariableConverter: regosql.DefaultVariableConverter(), |
| 701 | } |
| 702 | } |
| 703 | |
| 704 | // ConfigWithoutACL is the basic configuration for converting rego to SQL when |
| 705 | // the object has no ACL fields. |