Meng Zhu created MESOS-9668:
-------------------------------

             Summary: Add authorization support for the new `GET_QUOTA` call.
                 Key: MESOS-9668
                 URL: https://issues.apache.org/jira/browse/MESOS-9668
             Project: Mesos
          Issue Type: Improvement
            Reporter: Meng Zhu


The new `GET_QUOTA` call will return QUOTA_CONFIGS:

// Used in GET_QUOTA and returned by GET /quota
//
// Overall cluster quota status, including all roles, their quota 
configurations and current state (e.g. consumed and effective limits)
message QuotaStatus {
       repeated QuotaInfo infos [deprecated = true];
       repeated QuotaConfig configs; 
}

Current authorizer takes in QuotaInfo as the object. We should deprecate that 
and let it take in QuotaConfigs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to