Add the authentication middleware for service.
[pti/o2.git] / charts / resources / scripts / init / o2api_start.sh
index 46ea5f5..65f3cbd 100644 (file)
@@ -23,12 +23,14 @@ git clone "https://gerrit.o-ran-sc.org/r/pti/o2"
 
 pip install -e /root/o2
 
+
 cat <<EOF>>/etc/hosts
 127.0.0.1  api
 127.0.0.1  postgres
 127.0.0.1  redis
 EOF
 
+
 flask run --host=0.0.0.0 --port=80
 
 sleep infinity