diff options
author | varun gudisena <varuneshwar.gudisena@att.com> | 2018-11-15 16:58:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-15 16:58:39 +0000 |
commit | d41f81fa3da0a3e546e0e6a0258aa2f8892a5990 (patch) | |
tree | 36bd7fd0dea38bb8e0d376ccb75cc75d473290f4 | |
parent | 1923c885559a64c66d91a9e5c1368b39b93ac72d (diff) | |
parent | f3f006c84464f01ac397dba365f9e2225684f5c5 (diff) |
Merge "Fix client.rst"
-rw-r--r-- | docs/sections/configuration/client.rst | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/docs/sections/configuration/client.rst b/docs/sections/configuration/client.rst index d5ebd881..ea7b7364 100644 --- a/docs/sections/configuration/client.rst +++ b/docs/sections/configuration/client.rst @@ -17,12 +17,14 @@ Properties are separated into * local * where there is Machine specific information (i.e. GEO Location (Latitude/Longitude) * where this is Machine specific Certificates (for running services) - * This is because the certificates used must match the Endpoint that the Container is running on - * Note Certificate Manager can Place all these components together in one place. - * For April, 2018, please write Jonathan.gathman@att.com for credentials until TEST Env with Certificate Manager is fully tested. Include - 1. AAF Namespace (you MUST be the owner for the request to be accepted) - 2. Fully Qualified App ID (ID + Namespace) - 3. Machine to be deployed on. + + * This is because the certificates used must match the Endpoint that the Container is running on + * Note Certificate Manager can Place all these components together in one place. + + * For April, 2018, please write Jonathan.gathman@att.com for credentials until TEST Env with Certificate Manager is fully tested. Include + 1. AAF Namespace (you MUST be the owner for the request to be accepted) + 2. Fully Qualified App ID (ID + Namespace) + 3. Machine to be deployed on. Client Credentials ------------------ @@ -210,4 +212,5 @@ Note the FULL class is available in the authz repo, cadi_aaf/org/onap/aaf/client e.printStackTrace(); } } - }
\ No newline at end of file + } + |