commit | 031a0fe51dff21445034befc8a6d8732622acd07 | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Fri Aug 06 16:57:45 2021 -0400 |
committer | Jim Hahn <jrh3@att.com> | Fri Aug 06 17:01:08 2021 -0400 |
tree | ff7739543e26cb75519b67a514ff4e411339917f | |
parent | 39159b5a308f5da96f48a3e9d8cd17b42fa5fed4 [diff] |
Leave xacml-pdp REST server always running Liveness checks depend on the xacml-pdp REST server being available. However, the REST server is only running when PAP puts it in an active state. Modified the code to always leave it running. In a subsequent review, we should split the healthcheck REST service onto its own port so it can be left running, while the other services are started/stopped in response to PAP active/passive requests. Issue-ID: POLICY-3531 Change-Id: I412064abaf91bb966d40adc46cee771b3a0a5dfc 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