From a8cafe1c784ae68b2a7cca313b362d14b13fd631 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Fri, 29 Jan 2021 10:43:17 +0100 Subject: add basic auth using username and password Signed-off-by: Bartosz Gardziejewski Change-Id: I67bc2c25149c8e2d4943f23cfa8d726cdb95995f Issue-ID: INT-1805 --- pnfsimulator/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'pnfsimulator/README.md') diff --git a/pnfsimulator/README.md b/pnfsimulator/README.md index 1ab9c3d..844fdf5 100644 --- a/pnfsimulator/README.md +++ b/pnfsimulator/README.md @@ -375,8 +375,14 @@ CA certificates are incorporated into simulator docker image, thus no additional Certificates can be found in docker container under path: */usr/local/share/ca-certificates/* -Simulator works with VES that uses both self-signed certificate (already present in keystore) and VES integrated to AAF. - +Simulator works with VES that uses both self-signed certificate (already present in keystore) and VES integrated to AAF. + +Certification loading can be disabled by setting environment variable ```USE_CERTIFICATE_FOR_AUTHORIZATION``` to false. +Once certificate are not used for authorization, user can set up VES url using username and password. + + { + "vesServerUrl": "http://:@:/eventListener/v7" + } ## Developers Guide -- cgit 1.2.3-korg