[
https://issues.apache.org/jira/browse/MESOS-9668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Meng Zhu reassigned MESOS-9668:
-------------------------------
Assignee: Meng Zhu
> 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
> Assignee: Meng Zhu
> Priority: Major
> Labels: mesosphere, resource-management
>
> 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)