vaibhavjayas | 5ca5465 | 2018-07-31 09:23:16 +0000 | [diff] [blame] | 1 | # Copyright © 2018 Amdocs, Bell Canada, AT&T |
| 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. |
| 14 | |
Mahendra Raghuwanshi | afb1e2a | 2018-05-03 12:15:03 +0000 | [diff] [blame] | 15 | cm_url=https://{{.Values.config.cmServiceName}}:8150 |
| 16 | #hostname=aaf.osaaf.org |
| 17 | aaf_env=DEV |
| 18 | cadi_x509_issuers=CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US |
| 19 | cadi_keyfile=/opt/app/osaaf/local/org.osaaf.aaf.keyfile |
| 20 | cadi_keystore=/opt/app/osaaf/local/org.osaaf.aaf.p12 |
| 21 | cadi_keystore_password=enc:fDY3WPPqHCMQaZdox2UfpRoEq6b9wUqS-aepo0NiqEFa2t7uYHBdxfQAuEwj9Lwb |
| 22 | #cadi_key_password=enc:<KEY PASSWORD (optional if the same as KEYSTORE PASSWORD)> |
| 23 | cadi_alias=aaf-authz@aaf.osaaf.org |
| 24 | cadi_truststore=/opt/app/osaaf/local/org.osaaf.aaf.trust.p12 |
| 25 | cadi_truststore_password=enc:5nzj6v3Rb0oZPV1zCxg8EJFfkFvWFGJflLB0i_FN0Np |