[jira] [Created] (KNOX-397) Knox Management API

2014-06-20 Thread Larry McCay (JIRA)
Larry McCay created KNOX-397: Summary: Knox Management API Key: KNOX-397 URL: https://issues.apache.org/jira/browse/KNOX-397 Project: Apache Knox Issue Type: Bug Components: Server

Anonymous API Patterns

2014-06-20 Thread larry mccay
All - As I begin to add the beginnings of the management API to Knox, it occurs to me that certain resource URLs will require/allow anonymous access. For instance, admin/api/v1/version shouldn't require authentication - since it may be used to determine which contract to use or some other

[jira] [Created] (KNOX-399) Allow Anonymous Access to Select API Patterns

2014-06-20 Thread Larry McCay (JIRA)
Larry McCay created KNOX-399: Summary: Allow Anonymous Access to Select API Patterns Key: KNOX-399 URL: https://issues.apache.org/jira/browse/KNOX-399 Project: Apache Knox Issue Type: Sub-task

Re: Anonymous API Patterns

2014-06-20 Thread larry mccay
That is exactly what I am describing. I'll have to dig into the jersey handoff in order to understand though I think you are saying that the patterns aren't used to route to any particular filter chain. Not sure I understand that though given the code in the jersey contributor base class - it