sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 1 | #-------------------------------------------------------------------------------
|
| 2 | # ============LICENSE_START====================================================
|
| 3 | # * org.onap.aaf
|
| 4 | # * ===========================================================================
|
| 5 | # * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
|
| 6 | # * ===========================================================================
|
| 7 | # * Licensed under the Apache License, Version 2.0 (the "License");
|
| 8 | # * you may not use this file except in compliance with the License.
|
| 9 | # * You may obtain a copy of the License at
|
| 10 | # *
|
| 11 | # * http://www.apache.org/licenses/LICENSE-2.0
|
| 12 | # *
|
| 13 | # * Unless required by applicable law or agreed to in writing, software
|
| 14 | # * distributed under the License is distributed on an "AS IS" BASIS,
|
| 15 | # * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 16 | # * See the License for the specific language governing permissions and
|
| 17 | # * limitations under the License.
|
| 18 | # * ============LICENSE_END====================================================
|
| 19 | # *
|
| 20 | # * ECOMP is a trademark and service mark of AT&T Intellectual Property.
|
| 21 | # *
|
| 22 | #-------------------------------------------------------------------------------
|
| 23 | ###############################################################################
|
| 24 | # Copyright (c) 2016 AT&T Intellectual Property. All rights reserved.
|
| 25 | ###############################################################################
|
| 26 | ##
|
| 27 | ## AUTHZ API (authz-service) Properties
|
| 28 | ##
|
| 29 |
|
| 30 | cadi_prop_file=com.att.aaf.props;com.att.aaf.common.props
|
| 31 |
|
| 32 | #cadi_trust_all_x509=true
|
| 33 | #cadi_alias=aaf.att
|
| 34 | https.protocols=TLSv1.1,TLSv1.2
|
| 35 |
|
| 36 | cm_url=https://XXX:8150
|
| 37 |
|
| 38 | basic_realm=localized
|
| 39 | basic_warn=false
|
| 40 | localhost_deny=false
|
| 41 |
|
| 42 | cass_group_name=com.att.aaf
|
| 43 | cass_cluster_name=mithrilcsp.sbc.com
|
| 44 | aaf_default_realm=com.att.csp
|
| 45 |
|
| 46 | aaf_url=https://DME2RESOLVE/service=com.att.authz.AuthorizationService/version=2.0/envContext=DEV/routeOffer=BAU_SE
|
| 47 | aaf_id=???
|
| 48 | aaf_password=enc:XXX
|
| 49 |
|
| 50 | aaf_user_expires=3000
|
| 51 | aaf_clean_interval=4000
|
| 52 |
|