diff options
author | varun gudisena <vg411h@att.com> | 2018-07-12 18:02:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-12 18:02:57 +0000 |
commit | 9af4623faed6fd0bda1567cbf28899b5b5363be0 (patch) | |
tree | e55c0eaf5f724ddda3b7050760de137155874a35 /auth/sample/local/aaf.props | |
parent | 656c303eeb020d0763996a71d8a9705357013eb6 (diff) | |
parent | 9ec2895301056a9e8967eadb139e56f03776fe26 (diff) |
Merge "Configuration Agent and MS for AAF"
Diffstat (limited to 'auth/sample/local/aaf.props')
-rw-r--r-- | auth/sample/local/aaf.props | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/auth/sample/local/aaf.props b/auth/sample/local/aaf.props new file mode 100644 index 00000000..6b08d9a0 --- /dev/null +++ b/auth/sample/local/aaf.props @@ -0,0 +1,18 @@ +# +# Special AAF specific Properties... for AAF Init only +# +# Controlling NS +aaf_root_ns=org.osaaf.aaf +aaf_trust_perm=org.osaaf.aaf|org.onap|trust + +# Domains and Realms +aaf_domain_support=.com:.org +aaf_default_realm=people.osaaf.org + +# Initial Passwords and such +aaf_password=osaaf_admin +cadi_truststore=/opt/app/osaaf/public/truststoreONAPall.jks +cadi_truststore_password=changeit + +# Other +aaf_data_dir=/opt/app/osaaf/data |