diff options
author | waynedunican <wayne.dunican@est.tech> | 2021-09-08 17:36:49 +0100 |
---|---|---|
committer | Wayne Dunican <wayne.dunican@est.tech> | 2021-09-15 08:44:11 +0100 |
commit | f1fa71ddf3c324305ab068a9fd5e7075b7e2caf7 (patch) | |
tree | e25674ec0a5150ff5d61fc8895a41e0b74fc84d3 /packages/policy-clamp-tarball/src/main | |
parent | b741e69ad9a60a128d1994a6fcf65f0b6aeee7ee (diff) |
Add policy deployment/undeployment to policy-participant
Add policy deployment and undeployment to the policy-participant
Allow user to specify pdpGroup and pdpdType as part of the
deployment or undeployment of policies
Change-Id: I8b37ee96305d35db0784cde3e4564150feaf477d
Issue-ID: POLICY-3584
Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
Diffstat (limited to 'packages/policy-clamp-tarball/src/main')
-rw-r--r-- | packages/policy-clamp-tarball/src/main/resources/etc/PolicyParticipantParameters.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/policy-clamp-tarball/src/main/resources/etc/PolicyParticipantParameters.yaml b/packages/policy-clamp-tarball/src/main/resources/etc/PolicyParticipantParameters.yaml index 1ea5d68c0..66e2d95b6 100644 --- a/packages/policy-clamp-tarball/src/main/resources/etc/PolicyParticipantParameters.yaml +++ b/packages/policy-clamp-tarball/src/main/resources/etc/PolicyParticipantParameters.yaml @@ -1,5 +1,7 @@ participant: + pdpGroup: defaultGroup + pdpType: apex policyApiParameters: clientName: api hostname: policy-api @@ -8,6 +10,14 @@ participant: password: zb!XztG34 https: true allowSelfSignedCerts: true + policyPapParameters: + clientName: pap + hostname: policy-pap + port: 6969 + userName: healthcheck + password: zb!XztG34 + https: true + allowSelfSignedCerts: true intermediaryParameters: reportingTimeIntervalMs: 120000 description: Participant Description |