Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / policy / components / policy-drools-pdp / resources / secrets / credentials.conf
1 {{/*
2 #  ============LICENSE_START=======================================================
3 #   Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
4 #  ================================================================================
5 #  Licensed under the Apache License, Version 2.0 (the "License");
6 #  you may not use this file except in compliance with the License.
7 #  You may obtain a copy of the License at
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
11 #  Unless required by applicable law or agreed to in writing, software
12 #  distributed under the License is distributed on an "AS IS" BASIS,
13 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 #  See the License for the specific language governing permissions and
15 #  limitations under the License.
16 #
17 #  SPDX-License-Identifier: Apache-2.0
18 #  ============LICENSE_END=========================================================
19 */}}
20
21 {{- if not .Values.global.aafEnabled }}
22 KEYSTORE_PASSWD={{.Values.keystore.password}}
23 {{- end }}
24
25 TRUSTSTORE_PASSWD={{.Values.truststore.password}}
26
27 TELEMETRY_USER={{.Values.telemetry.user}}
28 TELEMETRY_PASSWORD={{.Values.telemetry.password}}
29
30 REPOSITORY_USERNAME={{.Values.nexus.user}}
31 REPOSITORY_PASSWORD={{.Values.nexus.password}}
32
33 PDPD_CONFIGURATION_API_KEY={{.Values.dmaap.brmsgw.key}}
34 PDPD_CONFIGURATION_API_SECRET={{.Values.dmaap.brmsgw.secret}}
35
36 POLICY_PDP_PAP_API_KEY={{.Values.dmaap.pap.key}}
37 POLICY_PDP_PAP_API_SECRET={{.Values.dmaap.pap.secret}}
38
39 PAP_USERNAME={{.Values.pap.user}}
40 PAP_PASSWORD={{.Values.pap.password}}
41
42 PAP_LEGACY_USERNAME={{.Values.papl.user}}
43 PAP_LEGACY_PASSWORD={{.Values.papl.password}}
44
45 PDP_USERNAME={{.Values.pdp.user}}
46 PDP_PASSWORD={{.Values.pdp.password}}
47
48 PDP_LEGACY_USERNAME={{.Values.pdpl.user}}
49 PDP_LEGACY_PASSWORD={{.Values.pdpl.password}}
50
51 AAI_USERNAME={{.Values.aai.user}}
52 AAI_PASSWORD={{.Values.aai.password}}
53
54 SO_USERNAME={{.Values.so.user}}
55 SO_PASSWORD={{.Values.so.password}}
56
57 VFC_USERNAME={{.Values.vfc.user}}
58 VFC_PASSWORD={{.Values.vfc.password}}
59
60 SDNC_USERNAME={{.Values.sdnc.user}}
61 SDNC_PASSWORD={{.Values.sdnc.password}}
62
63 HEALTHCHECK_USER={{.Values.telemetry.user}}
64 HEALTHCHECK_PASSWORD={{.Values.telemetry.password}}
65
66 CDS_GRPC_USERNAME={{.Values.cds.grpc.user}}
67 CDS_GRPC_PASSWORD={{.Values.cds.grpc.password}}