Feature/add basic auth jaeger (#38)

* Implemented Jaeger BasicAuth using nginx

* removed duplicate JAMBONES_REDIS_HOST in bc-sip-sidecar config

* add -y switch to apache2-utils

* added apache2-utils to jambonz-mini packer nginx script

* added jaeger basic auth parameters to jambonz-mini cloudformation
This commit is contained in:
Antony Jukes
2023-01-13 21:18:39 +00:00
committed by GitHub
parent d84ad7dd6c
commit c66e2fa8f2
4 changed files with 38 additions and 1 deletions

View File

@@ -4,6 +4,9 @@ echo "installing nginx"
sudo apt-get install -y nginx
echo "installing apache utils for htpasswd"
sudo apt-get install -y apache2-utils
cd /etc/nginx/sites-available
sudo mv /tmp/nginx.default default

View File

@@ -4,6 +4,9 @@ echo "installing nginx"
sudo apt-get install -y nginx
echo "installing apache utils for htpasswd"
sudo apt-get install -y apache2-utils
sudo systemctl enable nginx
sudo systemctl restart nginx