blob: 2172d715ded563ea3da5709b13a2e94402d15570 [file] [log] [blame]
Harish Venkata Kajurcd0d6982019-02-12 23:56:51 -05001#
2# ============LICENSE_START=======================================================
3# org.onap.aai
4# ================================================================================
5# Copyright © 2019 AT&T Intellectual Property. All rights reserved.
6# ================================================================================
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18# ============LICENSE_END=========================================================
19
20aai.server.url.base=https://aai.{{ include "common.namespace" . }}:8443/aai/
21aai.server.url=https://aai.{{ include "common.namespace" . }}:8443/aai/{{ .Values.global.config.schema.version.api.default }}/
22aai.global.callback.url=https://aai.{{ include "common.namespace" . }}:8443/aai/
23
24{{ if .Values.global.config.basic.auth.enabled }}
25aai.tools.enableBasicAuth=true
26aai.tools.username={{ .Values.global.config.basic.auth.username }}
27aai.tools.password={{ .Values.global.config.basic.auth.passwd }}
28{{ end }}
29
30aai.truststore.filename={{ .Values.global.config.truststore.filename }}
31aai.truststore.passwd.x={{ .Values.global.config.truststore.passwd }}
32aai.keystore.filename={{ .Values.global.config.keystore.filename }}
33aai.keystore.passwd.x={{ .Values.global.config.keystore.passwd }}
34
35aai.default.api.version={{ .Values.global.config.schema.version.api.default }}
36
37aai.logging.trace.enabled=true
38aai.logging.trace.logrequest=false
39aai.logging.trace.logresponse=false
40
41aai.transaction.logging=true
42aai.transaction.logging.get=false
43aai.transaction.logging.post=false