Michael Mokry | afae997 | 2019-03-11 14:46:34 -0500 | [diff] [blame] | 1 | # ============LICENSE_START======================================================= |
jhh | d2b9ed8 | 2019-12-10 17:15:28 -0600 | [diff] [blame] | 2 | # Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. |
Michael Mokry | afae997 | 2019-03-11 14:46:34 -0500 | [diff] [blame] | 3 | # ================================================================================ |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
| 16 | # SPDX-License-Identifier: Apache-2.0 |
| 17 | # ============LICENSE_END========================================================= |
| 18 | { |
HOCKLA | 26c0010 | 2019-11-15 15:54:03 -0600 | [diff] [blame] | 19 | "name": "XacmlPdpParameters", |
| 20 | "pdpGroup": "defaultGroup", |
Michael Mokry | 3b2647a | 2019-04-14 20:24:43 -0500 | [diff] [blame] | 21 | "restServerParameters": { |
| 22 | "host": "0.0.0.0", |
| 23 | "port": 6969, |
Dominik Mizyn | c88bcc9 | 2020-04-14 18:20:20 +0200 | [diff] [blame] | 24 | "userName": "${RESTSERVER_USER}", |
| 25 | "password": "${RESTSERVER_PASSWORD}", |
Michael Mokry | 3b2647a | 2019-04-14 20:24:43 -0500 | [diff] [blame] | 26 | "https": true, |
| 27 | "aaf": false |
| 28 | }, |
Jim Hahn | c4762a6 | 2019-09-03 11:13:43 -0400 | [diff] [blame] | 29 | "policyApiParameters": { |
| 30 | "host": "policy-api", |
| 31 | "port": 6969, |
Dominik Mizyn | c88bcc9 | 2020-04-14 18:20:20 +0200 | [diff] [blame] | 32 | "userName": "${API_USER}", |
| 33 | "password": "${API_PASSWORD}", |
Jim Hahn | c4762a6 | 2019-09-03 11:13:43 -0400 | [diff] [blame] | 34 | "https": true, |
| 35 | "aaf": false |
| 36 | }, |
jhh | bf7fb4d | 2019-08-07 16:54:41 -0500 | [diff] [blame] | 37 | "applicationPath": "/opt/app/policy/pdpx/apps", |
| 38 | "topicParameterGroup": { |
| 39 | "topicSources" : [{ |
| 40 | "topic" : "POLICY-PDP-PAP", |
| 41 | "servers" : [ "message-router" ], |
jhh | d2b9ed8 | 2019-12-10 17:15:28 -0600 | [diff] [blame] | 42 | "useHttps" : true, |
jhh | bf7fb4d | 2019-08-07 16:54:41 -0500 | [diff] [blame] | 43 | "topicCommInfrastructure" : "dmaap" |
| 44 | }], |
| 45 | "topicSinks" : [{ |
| 46 | "topic" : "POLICY-PDP-PAP", |
| 47 | "servers" : [ "message-router" ], |
jhh | d2b9ed8 | 2019-12-10 17:15:28 -0600 | [diff] [blame] | 48 | "useHttps" : true, |
jhh | bf7fb4d | 2019-08-07 16:54:41 -0500 | [diff] [blame] | 49 | "topicCommInfrastructure" : "dmaap" |
| 50 | }] |
| 51 | } |
| 52 | } |