Instrumental | a20accc | 2018-03-26 13:49:56 -0700 | [diff] [blame] | 1 | ## |
| 2 | ## AUTHZ API (authz-service) Properties |
| 3 | ## |
| 4 | |
| 5 | ## DISCOVERY (DME2) Parameters on the Command Line |
| 6 | AFT_LATITUDE=38.627345 |
| 7 | AFT_LONGITUDE=-90.193774 |
| 8 | AFT_ENVIRONMENT=AFTUAT |
| 9 | |
| 10 | # CADI |
| 11 | cadi_keyfile=/opt/app/aaf/common/com.att.aaf.keyfile |
| 12 | cadi_loglevel=WARN |
| 13 | |
| 14 | # CASSANDRA Required for APP |
| 15 | cass_group_name=com.att.aaf |
| 16 | |
| 17 | # CASSANDRA Optional |
| 18 | cass_cluster_name=mithril |
| 19 | |
| 20 | # AAF Required for APP |
| 21 | aaf_url=https://DME2RESOLVE/service=com.att.authz.AuthorizationService/version=2.0/envContext=DEV/routeOffer=BAU_SE |
| 22 | DME2_EP_REGISTRY_CLASS=DME2FS |
| 23 | AFT_DME2_EP_REGISTRY_FS_DIR=/Volumes/Data/src/authz/dme2reg |
| 24 | |
| 25 | aaf_default_realm=aaf.localized |
| 26 | aaf_id=m12345@aaf.att.com |
| 27 | aaf_password=enc:DuADW3_Y26NdHgDvN7Prt7vtDwYJM3Kvw9AOQ30lPV1 |
| 28 | cadi_loglevel=DEBUG |
| 29 | |
| 30 | # AAF Optional |
| 31 | # Connection Time Out (milliseconds) |
| 32 | aaf_conn_timeout=10000 |
| 33 | # User Cache Expiration (milliseconds) |
| 34 | aaf_user_expires=600000 |
| 35 | # High count... Rough top number of objects held in Cache per cycle. If high is reached, more are |
| 36 | # recycled next time. |
| 37 | aaf_high_count=1000 |
| 38 | |
| 39 | ## |
| 40 | ## Localized Passwords |
| 41 | ## |
| 42 | basic_realm=aaf.localized |
| 43 | local_users=m01891@aaf.localized%DuADW3_Y26NdHgDvN7Prt7vtDwYJM3Kvw9AOQ30lPV1:/mithril/authz;\ |
| 44 | m12345@aaf.localized%DuADW3_Y26NdHgDvN7Prt7vtDwYJM3Kvw9AOQ30lPV1:/mithril/authz;\ |
| 45 | root@aaf.localized%DuADW3_Y26NdHgDvN7Prt7vtDwYJM3Kvw9AOQ30lPV1:/mithril |