blob: b6ee064302b45296fd551080d0ae5bab2071b657 [file] [log] [blame]
Joanna Jeremicz5b03f952021-01-27 13:15:16 +01001# Copyright © 2020-2021 Nokia
Piotr Marcinkiewicza16144f2020-07-09 16:44:29 +02002#
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:
Joanna Jeremicz5b03f952021-01-27 13:15:16 +010017 image: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.3.3
Jan Malkiewicz339a93d2020-09-02 08:31:32 +020018 secretName: oom-cert-service-client-tls-secret
Piotr Marcinkiewicza16144f2020-07-09 16:44:29 +020019 envVariables:
20 # Certificate related
21 cmpv2Organization: "Linux-Foundation"
22 cmpv2OrganizationalUnit: "ONAP"
23 cmpv2Location: "San-Francisco"
24 cmpv2State: "California"
25 cmpv2Country: "US"
26 # Client configuration related
Maciej Malewski955e39d2020-08-27 10:43:09 +020027 requestURL: "https://oom-cert-service:8443/v1/certificate/"
Piotr Marcinkiewicza16144f2020-07-09 16:44:29 +020028 requestTimeout: "30000"
29 keystorePassword: "secret"
30 truststorePassword: "secret"
Jan Malkiewicz339a93d2020-09-02 08:31:32 +020031 certPostProcessor:
Joanna Jeremicz5b03f952021-01-27 13:15:16 +010032 image: onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.3.3
Jan Malkiewicz339a93d2020-09-02 08:31:32 +020033