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