Refine Container Startup
[aaf/authz.git] / docs / sections / configuration / onboard.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright © 2017 AT&T Intellectual Property. All rights reserved.
4
5 How to Onboard new ONAP Entities
6 =================================
7 In running AAF
8 cd /opt/app/osaaf/data
9 vi identities.dat
10 insert like the following
11
12   ngi|ONAP NGI Application|NGI|ONAP Application|||a|aaf_admin
13
14 Save (:wq)
15
16 In GUI:
17 AS AAF:
18
19 ns create org.onap.ngi mmanager aaf_admin
20
21 AS aaf_admin:
22
23 got to GUI "MyNamespaces"
24 got to Cred Details
25 Create a Password - demo123456!
26
27 Create "As Cert Artifact"
28 (show web page)
29
30 From GUI
31   role create org.onap.ngi.service ngi@ngi.onap.org
32
33   perm grant org.onap.ngi.access|*|* org.onap.ngi.service
34
35 See Certificate Documentation for adding Certificate Artifacts.