Repository: knox Updated Branches: refs/heads/master fc04f4139 -> 53e84a25a
KNOX-1596 - YARNUIV2 Remove policies from service.xml (Sunil Govindan via Kevin Risden Signed-off-by: Kevin Risden <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/53e84a25 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/53e84a25 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/53e84a25 Branch: refs/heads/master Commit: 53e84a25a7d34dc41fcceef3c09a29484ade4e07 Parents: fc04f41 Author: Kevin Risden <[email protected]> Authored: Tue Nov 13 08:19:34 2018 -0500 Committer: Kevin Risden <[email protected]> Committed: Tue Nov 13 08:19:37 2018 -0500 ---------------------------------------------------------------------- .../src/main/resources/services/yarnuiv2/3.0.0/service.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/53e84a25/gateway-service-definitions/src/main/resources/services/yarnuiv2/3.0.0/service.xml ---------------------------------------------------------------------- diff --git a/gateway-service-definitions/src/main/resources/services/yarnuiv2/3.0.0/service.xml b/gateway-service-definitions/src/main/resources/services/yarnuiv2/3.0.0/service.xml index 2c1ba59..5a7e618 100644 --- a/gateway-service-definitions/src/main/resources/services/yarnuiv2/3.0.0/service.xml +++ b/gateway-service-definitions/src/main/resources/services/yarnuiv2/3.0.0/service.xml @@ -16,12 +16,6 @@ limitations under the License. --> <service role="YARNUIV2" name="yarnuiv2" version="3.0.0"> - <policies> - <policy role="webappsec"/> - <policy role="authentication" name="Anonymous"/> - <policy role="rewrite"/> - <policy role="authorization"/> - </policies> <routes> <route path="/yarnuiv2"> <rewrite apply="YARNUIV2/yarnuiv2/inbound/rootAppScript" to="request.url"/>
