Add JWT support in HTTP/HTTPS based locations - pnf-simulator 93/118693/1 1.0.5
authorKrzysztof Gajewski <krzysztof.gajewski@nokia.com>
Wed, 24 Feb 2021 13:46:37 +0000 (14:46 +0100)
committerKrzysztof Gajewski <krzysztof.gajewski@nokia.com>
Tue, 2 Mar 2021 14:56:29 +0000 (15:56 +0100)
commitb1961a04c191ebbc726de507d98c85966b7a6a71
treec15b1ba29407d79740f02734c387695bb01a7026
parent441945e8adf7e3adc524d761e61c179c83e9888d
Add JWT support in HTTP/HTTPS based locations - pnf-simulator
- update containers to version 1.0.5

Issue-ID: DCAEGEN2-2536
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: If6b938db03fc8b5e5a5a6435ad0559061fa5b4ad
29 files changed:
Changelog.md
deployment/pom.xml
httpserver/.gitignore [new file with mode: 0644]
httpserver/Dockerfile
httpserver/README.md
httpserver/docker-compose.yml
httpserver/pom.xml
httpserver/resources/.htaccess [deleted file]
httpserver/resources/apache-config.conf [deleted file]
httpserver/resources/apache2.conf
httpserver/resources/lib/libjwt.so.1.7.0 [new file with mode: 0755]
httpserver/resources/local/.htpasswd [moved from httpserver/resources/.htpasswd with 100% similarity]
httpserver/resources/local/upload.php [moved from httpserver/resources/upload.php with 100% similarity]
httpserver/resources/mods-enabled/auth_jwt.load [new file with mode: 0644]
httpserver/resources/modules/mod_authnz_jwt.so [new file with mode: 0644]
httpserver/resources/ports.conf [new file with mode: 0644]
httpserver/resources/sites-enabled/000-default.conf [new file with mode: 0644]
netconfsimulator/pom.xml
pnfsimulator/integration/pom.xml
pnfsimulator/pom.xml
pnfsimulator/templates/notificationHttpServer.json
pom.xml
sanitycheck/Makefile
sanitycheck/events/eventToVesWithHttpServer.json
sanitycheck/pnfsimulator-secured/certservice/docker-compose-certservice-clients.yml
sanitycheck/pnfsimulator-secured/certservice/docker-compose-certservice-ejbca.yml
sanitycheck/pnfsimulator-secured/certservice/docker-compose-pnfsim.yml
sanitycheck/pnfsimulator-secured/certservice/resources/certs/.gitignore [new file with mode: 0644]
sanitycheck/pnfsimulator-secured/certservice/resources/certservice-client/.gitignore [new file with mode: 0644]