[ https://issues.apache.org/jira/browse/KNOX-2998?focusedWorklogId=908613&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-908613 ]
ASF GitHub Bot logged work on KNOX-2998: ---------------------------------------- Author: ASF GitHub Bot Created on: 06/Mar/24 19:44 Start Date: 06/Mar/24 19:44 Worklog Time Spent: 10m Work Description: moresandeep merged PR #875: URL: https://github.com/apache/knox/pull/875 Issue Time Tracking ------------------- Worklog Id: (was: 908613) Time Spent: 20m (was: 10m) > Path based authorization > ------------------------ > > Key: KNOX-2998 > URL: https://issues.apache.org/jira/browse/KNOX-2998 > Project: Apache Knox > Issue Type: New Feature > Components: Server > Reporter: Sandeep More > Assignee: Sandeep More > Priority: Major > Time Spent: 20m > Remaining Estimate: 0h > > We will need a new acls extension (similar to AclsAuthz) to support this > functionality. Following, is an example of how this might look. > > {code:java} > <param> > <name>path.KNOX-AUTH-SERVICE.acl</name> > <value>/foo/* [, > *|path...];username[,*|username...];group[,*|group...];ipaddr[,*|ipaddr...]</value> > </param> > {code} > This new extension (`path` in the above example) will work with > CompositeAuthz and follow the same pattern as AclsAuthz provider. -- This message was sent by Atlassian Jira (v8.20.10#820010)