blob: 1a188355d015d1acb543ab73cd2584364174b77f [file] [log] [blame]
Piotr Marcinkiewicza16144f2020-07-09 16:44:29 +02001# Copyright © 2020 Nokia
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14global:
Maciej Malewski955e39d2020-08-27 10:43:09 +020015 platform:
Piotr Marcinkiewicza16144f2020-07-09 16:44:29 +020016 certServiceClient:
Maciej Malewski955e39d2020-08-27 10:43:09 +020017 image: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.0.0
Piotr Marcinkiewicza16144f2020-07-09 16:44:29 +020018 envVariables:
19 # Certificate related
20 cmpv2Organization: "Linux-Foundation"
21 cmpv2OrganizationalUnit: "ONAP"
22 cmpv2Location: "San-Francisco"
23 cmpv2State: "California"
24 cmpv2Country: "US"
25 # Client configuration related
Maciej Malewski955e39d2020-08-27 10:43:09 +020026 requestURL: "https://oom-cert-service:8443/v1/certificate/"
Piotr Marcinkiewicza16144f2020-07-09 16:44:29 +020027 requestTimeout: "30000"
28 keystorePassword: "secret"
29 truststorePassword: "secret"