You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: