blob: 4c620a0028621f9e8f544169b201ebb5a4f8f9c5 [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.
efiacord12c1672023-03-23 12:10:50 +00007# Modifications Copyright © 2023 Nordix Foundation
Sylvain Desbureaux70070412020-11-09 21:58:48 +01008# ================================================================================
9# Licensed under the Apache License, Version 2.0 (the "License");
10# you may not use this file except in compliance with the License.
11# You may obtain a copy of the License at
12#
13# http://www.apache.org/licenses/LICENSE-2.0
14#
15# Unless required by applicable law or agreed to in writing, software
16# distributed under the License is distributed on an "AS IS" BASIS,
17# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18# See the License for the specific language governing permissions and
19# limitations under the License.
20# ============LICENSE_END=========================================================
Sylvain Desbureaux47eb4d22020-12-10 12:15:27 +010021*/}}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010022
osk1146127fd7d82021-06-18 00:51:17 +020023aai.server.url.base=http://aai.{{ include "common.namespace" . }}/aai/
24aai.server.url=http://aai.{{ include "common.namespace" . }}/aai/{{ .Values.global.config.schema.version.api.default }}/
25aai.global.callback.url=http://aai.{{ include "common.namespace" . }}/aai/
Sylvain Desbureaux70070412020-11-09 21:58:48 +010026
osk1146127fd7d82021-06-18 00:51:17 +020027{{ if or (.Values.global.config.basic.auth.enabled) ( include "common.onServiceMesh" .) }}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010028aai.tools.enableBasicAuth=true
29aai.tools.username={{ .Values.global.config.basic.auth.username }}
30aai.tools.password={{ .Values.global.config.basic.auth.passwd }}
31{{ end }}
32
Sylvain Desbureaux70070412020-11-09 21:58:48 +010033
34aai.default.api.version={{ .Values.global.config.schema.version.api.default }}
35
36aai.logging.trace.enabled=true
37aai.logging.trace.logrequest=false
38aai.logging.trace.logresponse=false
39
40aai.transaction.logging=true
41aai.transaction.logging.get=false
42aai.transaction.logging.post=false