Repository: knox Updated Branches: refs/heads/master 3b01d36d9 -> f389cab9e
KNOX-920 - Make avatica service use default policies Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/f389cab9 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/f389cab9 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/f389cab9 Branch: refs/heads/master Commit: f389cab9e222c40e0f6bc38a8ae520c479ee9471 Parents: 3b01d36 Author: Larry McCay <[email protected]> Authored: Tue Apr 11 18:16:58 2017 -0400 Committer: Larry McCay <[email protected]> Committed: Tue Apr 11 18:16:58 2017 -0400 ---------------------------------------------------------------------- .../src/main/resources/services/avatica/1.9.0/service.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/f389cab9/gateway-service-definitions/src/main/resources/services/avatica/1.9.0/service.xml ---------------------------------------------------------------------- diff --git a/gateway-service-definitions/src/main/resources/services/avatica/1.9.0/service.xml b/gateway-service-definitions/src/main/resources/services/avatica/1.9.0/service.xml index 052428c..bcd9c73 100644 --- a/gateway-service-definitions/src/main/resources/services/avatica/1.9.0/service.xml +++ b/gateway-service-definitions/src/main/resources/services/avatica/1.9.0/service.xml @@ -15,12 +15,6 @@ limitations under the License. --> <service role="AVATICA" name="avatica" version="1.9.0"> - <policies> - <policy role="webappsec"/> - <policy role="authentication"/> - <policy role="rewrite"/> - <policy role="authorization"/> - </policies> <routes> <route path="/avatica"> <rewrite apply="AVATICA/avatica/inbound/root" to="request.url"/>
