commit | 4212017188b2bf7ec741647cf23c536b0c97f15b | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Mon Aug 23 15:53:55 2021 -0400 |
committer | Jim Hahn <jrh3@att.com> | Mon Aug 23 15:55:29 2021 -0400 |
tree | 935cb86299826ed50eef7d9fa3cfa27ba1e4bfd2 | |
parent | 6ad3dbfeb528f052b9c3c0ad712fac719157e9f0 [diff] |
Add filter to control xacml-pdp rest api Added a filter class for the REST server that only allows "API" services (i.e., decision API services) through when the API is enabled, disallowing them otherwise. The filter always allows PDP-wide services (e.g., "healthcheck"). Per review comments: - modified the new class to "implement Filter" rather than "extends AafFilter" Issue-ID: POLICY-3531 Change-Id: I7055e21045eea270e454a47a443b29476d9a85ee Signed-off-by: Jim Hahn <jrh3@att.com>
Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy XACML PDP engine code.
To build it using Maven 3, run: mvn clean install