mesosphere / marathon-example-plugins

Example Plugins for Marathon Plugin Interface
Apache License 2.0
22 stars 29 forks source link

Update auth plugin for marathon 1.1.1 #11

Closed lkysow closed 8 years ago

lkysow commented 8 years ago
"permissions": [
    { "allowed": "create", "on": "/dev/" }
]

will allow create on /dev apps AND groups

aquamatthias commented 8 years ago

@lkysow Thanks for the update!