[CONSUL] Add limits to consul chart.
[oom.git] / kubernetes / policy / components / policy-drools-pdp / resources / secrets / credentials.conf
1 #  ============LICENSE_START=======================================================
2 #   Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
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
19 {{- if not .Values.global.aafEnabled }}
20 KEYSTORE_PASSWD={{.Values.keystore.password}}
21 {{- end }}
22
23 TRUSTSTORE_PASSWD={{.Values.truststore.password}}
24
25 TELEMETRY_USER={{.Values.telemetry.user}}
26 TELEMETRY_PASSWORD={{.Values.telemetry.password}}
27
28 REPOSITORY_USERNAME={{.Values.nexus.user}}
29 REPOSITORY_PASSWORD={{.Values.nexus.password}}
30
31 PDPD_CONFIGURATION_API_KEY={{.Values.dmaap.brmsgw.key}}
32 PDPD_CONFIGURATION_API_SECRET={{.Values.dmaap.brmsgw.secret}}
33
34 POLICY_PDP_PAP_API_KEY={{.Values.dmaap.pap.key}}
35 POLICY_PDP_PAP_API_SECRET={{.Values.dmaap.pap.secret}}
36
37 PAP_USERNAME={{.Values.pap.user}}
38 PAP_PASSWORD={{.Values.pap.password}}
39
40 PAP_LEGACY_USERNAME={{.Values.papl.user}}
41 PAP_LEGACY_PASSWORD={{.Values.papl.password}}
42
43 PDP_USERNAME={{.Values.pdp.user}}
44 PDP_PASSWORD={{.Values.pdp.password}}
45
46 PDP_LEGACY_USERNAME={{.Values.pdpl.user}}
47 PDP_LEGACY_PASSWORD={{.Values.pdpl.password}}
48
49 AAI_USERNAME={{.Values.aai.user}}
50 AAI_PASSWORD={{.Values.aai.password}}
51
52 SO_USERNAME={{.Values.so.user}}
53 SO_PASSWORD={{.Values.so.password}}
54
55 VFC_USERNAME={{.Values.vfc.user}}
56 VFC_PASSWORD={{.Values.vfc.password}}
57
58 SDNC_USERNAME={{.Values.sdnc.user}}
59 SDNC_PASSWORD={{.Values.sdnc.password}}
60
61 HEALTHCHECK_USER={{.Values.telemetry.user}}
62 HEALTHCHECK_PASSWORD={{.Values.telemetry.password}}
63
64 CDS_GRPC_USERNAME={{.Values.cds.grpc.user}}
65 CDS_GRPC_PASSWORD={{.Values.cds.grpc.password}}