vaibhavjayas | 5ca5465 | 2018-07-31 09:23:16 +0000 | [diff] [blame] | 1 | # Copyright © 2018 Amdocs, Bell Canada |
| 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 | ############################################################ |
| 16 | # Common properties for all AAF Components |
| 17 | # on 2018-03-02 06:59.628-0500 |
| 18 | ############################################################ |
| 19 | # Pull in Global Coordinates and Certificate Information |
| 20 | aaf_root_ns=org.osaaf.aaf |
| 21 | aaf_trust_perm=org.osaaf.aaf|org.onap|trust |
| 22 | |
| 23 | cadi_prop_files=/opt/app/osaaf/local/org.osaaf.location.props:/opt/app/osaaf/local/org.osaaf.aaf.props |
| 24 | cadi_protocols=TLSv1.1,TLSv1.2 |
| 25 | |
| 26 | aaf_url=https://AAF_LOCATE_URL/AAF_NS.service:2.0 |
| 27 | cadi_loginpage_url=https://AAF_LOCATE_URL/AAF_NS.gui:2.0/login |
| 28 | |
| 29 | # Standard for this App/Machine |
| 30 | aaf_env=DEV |
| 31 | aaf_data_dir=/opt/app/osaaf/data |
| 32 | cadi_loglevel=DEBUG |
| 33 | |
| 34 | # Domain Support (which will accept) |
| 35 | aaf_domain_support=.com:.org |
| 36 | |
| 37 | # Basic Auth |
| 38 | aaf_default_realm=people.osaaf.org |
| 39 | |
| 40 | # OAuth2 |
| 41 | aaf_oauth2_token_url=https://AAF_LOCATE_URL/AAF_NS.token:2.0/token |
| 42 | aaf_oauth2_introspect_url=https://AAF_LOCATE_URL/AAF_NS.introspect:2.0/introspect |
| 43 | |