summaryrefslogtreecommitdiffstats
path: root/pnfsimulator/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2021-02-02add basic auth using username and passwordBartosz Gardziejewski1-1/+1
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I67bc2c25149c8e2d4943f23cfa8d726cdb95995f Issue-ID: INT-1805
2021-02-02fix truststore name used in propertiesBartosz Gardziejewski1-1/+1
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I543f451c4ee4b6402aa0410ba16115ff392c27c7 Issue-ID: INT-1844
2020-10-22Adjust PNF simulator to read passwords to stores from filesAdam Wudzinski1-4/+4
Issue-ID: INT-1746 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: Ib8a59500c15759bb09bb8b19e4757f1c48625af5
2020-10-21Adjust PNF simulator to use strict hostname checking.tkogut1-0/+1
Use separate keystore/truststore for ves. Add network for communication between ves and pnfsim. Issue-ID: INT-1744 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I6626ac6d6f74e739aeb93879eddfd44f9e9383ea
2020-05-11Add default values for client and store passwordsBartosz Gardziejewski1-2/+2
When running PNF simulator locally (with no AAF connected) password environment variables were empty Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I4135f93c6428317e6ef3769e81133e852c1adc63
2020-05-08Merge "Add health check endpoint"Bogumil Zebek1-2/+1
2020-05-07Add docker-compose to run PNFsim with dynamic certs from AAFMichal Banka1-4/+4
Signed-off-by: Michal Banka <michal.banka@nokia.com> Change-Id: I135734b17dc88728e199f35f52e87d2651006574 Issue-ID: INT-1583
2020-05-06Add health check endpointBartosz Gardziejewski1-2/+1
Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I0767c2a02954b28c11dbdacc565eeaf96b8194be
2020-04-27Add variables to PNF simulator events and update loggingBartosz Gardziejewski1-43/+28
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I48931c0b4c68cd4de548cfa7dbaa950a24d13545
2020-04-08Move PNF simulator from /test/mocks to new projectBartosz Gardziejewski2-0/+88
This code is a copy of pnfsimulator located in integration repository (/test/mocks/pnfsimulator) with added profile "docker" in pom.xml located in pnfsimulator and netconfsimulator subprojects Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I725fa0530c41b13cb12705979dee8b8b354dc1a1