Merge "[AAI] Add model-loader tracing config"
[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 TELEMETRY_USER={{.Values.telemetry.user}}
22 TELEMETRY_PASSWORD={{.Values.telemetry.password}}
23
24 REPOSITORY_USERNAME={{.Values.nexus.user}}
25 REPOSITORY_PASSWORD={{.Values.nexus.password}}
26
27 PDPD_CONFIGURATION_API_KEY={{.Values.dmaap.brmsgw.key}}
28 PDPD_CONFIGURATION_API_SECRET={{.Values.dmaap.brmsgw.secret}}
29
30 POLICY_PDP_PAP_API_KEY={{.Values.dmaap.pap.key}}
31 POLICY_PDP_PAP_API_SECRET={{.Values.dmaap.pap.secret}}
32
33 PAP_USERNAME={{.Values.pap.user}}
34 PAP_PASSWORD={{.Values.pap.password}}
35
36 PAP_LEGACY_USERNAME={{.Values.papl.user}}
37 PAP_LEGACY_PASSWORD={{.Values.papl.password}}
38
39 PDP_USERNAME={{.Values.pdp.user}}
40 PDP_PASSWORD={{.Values.pdp.password}}
41
42 PDP_LEGACY_USERNAME={{.Values.pdpl.user}}
43 PDP_LEGACY_PASSWORD={{.Values.pdpl.password}}
44
45 AAI_USERNAME={{.Values.aai.user}}
46 AAI_PASSWORD={{.Values.aai.password}}
47
48 SO_USERNAME={{.Values.so.user}}
49 SO_PASSWORD={{.Values.so.password}}
50
51 VFC_USERNAME={{.Values.vfc.user}}
52 VFC_PASSWORD={{.Values.vfc.password}}
53
54 SDNC_USERNAME={{.Values.sdnc.user}}
55 SDNC_PASSWORD={{.Values.sdnc.password}}
56
57 HEALTHCHECK_USER={{.Values.telemetry.user}}
58 HEALTHCHECK_PASSWORD={{.Values.telemetry.password}}
59
60 CDS_GRPC_USERNAME={{.Values.cds.grpc.user}}
61 CDS_GRPC_PASSWORD={{.Values.cds.grpc.password}}