Switch to new Locate Features
[aaf/authz.git] / auth / sample / local / initialConfig.props
1 #########\r
2 #  ============LICENSE_START====================================================\r
3 #  org.onap.aaf\r
4 #  ===========================================================================\r
5 #  Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.\r
6 #  ===========================================================================\r
7 #  Licensed under the Apache License, Version 2.0 (the "License");\r
8 #  you may not use this file except in compliance with the License.\r
9 #  You may obtain a copy of the License at\r
10 #\r
11 #       http://www.apache.org/licenses/LICENSE-2.0\r
12 #\r
13 #  Unless required by applicable law or agreed to in writing, software\r
14 #  distributed under the License is distributed on an "AS IS" BASIS,\r
15 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
16 #  See the License for the specific language governing permissions and\r
17 #  limitations under the License.\r
18 #  ============LICENSE_END====================================================\r
19 #\r
20 ################################\r
21 # Locator info\r
22 #\r
23 # Sample versions for \r
24 #   1) no container\r
25 #   2) Docker\r
26 #   3) Helm (Kubernetes and Helm)\r
27 #   4) OOM (Kubernetes with OOM)\r
28 ################################\r
29 aaf_locate_url.docker=https://aaf-locate:8095\r
30 aaf_locate_url.helm=https://aaf-locate.%CNS:8095\r
31 aaf_locate_url.oom=https://aaf-locate.%CNS:8095\r
32 \r
33 aaf_locator_app_ns=%AAF_NS\r
34 aaf_locator_name=%NS.%N\r
35 aaf_locator_name.docker=%CNS.%NS.%N\r
36 aaf_root_ns=org.osaaf.aaf\r
37 \r
38 # EL Alto and beyond\r
39 aaf_locator_name.docker=%CNS.%NS.%N\r
40 aaf_locator_name.oom=%CNS.%NS.%N\r
41 aaf_locator_name.helm=%CNS.%NS.%N\r
42 \r
43 aaf_locator_fqdn.docker=aaf-%N\r
44 aaf_locator_fqdn.helm=aaf-%N.%CNS\r
45 aaf_locator_fqdn.oom=aaf-%N.%CNS\r
46 \r
47 # initial trusted CAs\r
48 cadi_x509_issuers=CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_9, OU=OSAAF, O=ONAP, C=US\r