[AAI] Make AAI helm3 compatible
[oom.git] / kubernetes / aai / components / aai-schema-service / config / aaiconfig.properties
1 {{/*
2 #
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=========================================================
20 */}}
21
22 aai.server.url.base=https://aai.{{ include "common.namespace" . }}:8443/aai/
23 aai.server.url=https://aai.{{ include "common.namespace" . }}:8443/aai/{{ .Values.global.config.schema.version.api.default }}/
24 aai.global.callback.url=https://aai.{{ include "common.namespace" . }}:8443/aai/
25
26 {{ if .Values.global.config.basic.auth.enabled }}
27 aai.tools.enableBasicAuth=true
28 aai.tools.username={{ .Values.global.config.basic.auth.username }}
29 aai.tools.password={{ .Values.global.config.basic.auth.passwd }}
30 {{ end }}
31
32 aai.truststore.filename={{ .Values.global.config.truststore.filename }}
33 aai.truststore.passwd.x={{ .Values.global.config.truststore.passwd }}
34 aai.keystore.filename={{ .Values.global.config.keystore.filename }}
35 aai.keystore.passwd.x={{ .Values.global.config.keystore.passwd }}
36
37 aai.default.api.version={{ .Values.global.config.schema.version.api.default }}
38
39 aai.logging.trace.enabled=true
40 aai.logging.trace.logrequest=false
41 aai.logging.trace.logresponse=false
42
43 aai.transaction.logging=true
44 aai.transaction.logging.get=false
45 aai.transaction.logging.post=false