diff options
author | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-01-29 23:47:51 +0100 |
---|---|---|
committer | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-02-11 12:44:34 +0100 |
commit | 40d7f92673108ce09dce9c796a8633686e12828e (patch) | |
tree | 42c2575e9e22a33153a4c0e9e38cb9f5cfe22035 /docs/sections/services/dfc/architecture.rst | |
parent | 6132c206cc4a64df2248647326d569393605cf90 (diff) |
Add HTTPS as new protocol to collect files from xNFs
- documentation
Issue-ID: DCAEGEN2-2528
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: I0fe0117a1b36207e9332ab8d99911a6f962036a7
Diffstat (limited to 'docs/sections/services/dfc/architecture.rst')
-rw-r--r-- | docs/sections/services/dfc/architecture.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/sections/services/dfc/architecture.rst b/docs/sections/services/dfc/architecture.rst index cbd1876d..6d44b7a8 100644 --- a/docs/sections/services/dfc/architecture.rst +++ b/docs/sections/services/dfc/architecture.rst @@ -30,7 +30,9 @@ Interaction """"""""""" DFC will interact with the DMaaP Message Router, using json, and with the Data Router, using metadata in the header and file in the body, via secured protocol. -So far, the implemented protocols to communicate with xNFs are http (with basic authentication), sftp and ftpes. +So far, the implemented protocols to communicate with xNFs are http (with basic authentication), https, sftp and ftpes. +When https protocol is used, the following ways of connection are possible: client certificate authentication, basic +authentication, and no authentication. Retry mechanism """"""""""""""" |