marathon-ldap icon indicating copy to clipboard operation
marathon-ldap copied to clipboard

Unable to delete task under a group

Open sujithvs-dev opened this issue 6 years ago • 0 comments

I am using below configuration in plugin.json to restrict access to single marathon group named '/cdo' for particular group. Authentication is working fine and I can see only apps under this folder. But the problem is I am not able to scale/delete task under this marathon folder. Could you please help with this. This issue is mainly for Kill & Scale operation.

"authorization": { "access": [ {"group":"r_marathon_mesos_auth","permissions":[{"allowed":"*","type":"app","path":"/cdo"},{"allowed":"*","type":"group","path":"/cdo"}]} ] }

Can you please help with the configuration how I can restrict LDAP group access to particular Marathon group and apps.

Thanks, Sujith

sujithvs-dev avatar Aug 25 '17 07:08 sujithvs-dev