Github user jacques-n commented on the pull request:

    https://github.com/apache/drill/pull/400#issuecomment-191318449
  
    Something like (1). Basically you're using multiple options plus string 
encoding to structure the configuration information. I'm proposing that we come 
up with a descriptive structure. 
    
    For example: 
    [
      {
      principals: { users: ["abc"], groups: [] },
      can_impersonate: {users: ["xyz"], groups: ["g1", "g2"]}
      },
      {
      principals: { users: [], groups: ["g2"] },
      can_impersonate: {users: ["user3", "user4"], groups: []}
      } 
     
    ]
    
    One other note, system/session options shouldn't start with "drill". 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to