Add the authentication middleware for service. 32/9332/3
authordliu5 <david.liu@windriver.com>
Sun, 9 Oct 2022 11:02:52 +0000 (19:02 +0800)
committerdliu5 <david.liu@windriver.com>
Thu, 20 Oct 2022 07:25:57 +0000 (15:25 +0800)
commit5601b5899b0fd15748ae0474de9f5f6dda72864c
treeeaf9cd02bf9ccb4a5ba04ae30d77005ad0cd59a4
parent9ee90ffa2414326c26fd10edc59bf315204254e2
Add the authentication middleware for service.

Issue-ID: INF-299

Signed-off-by: dliu5 <david.liu@windriver.com>
Change-Id: I60fe9351532986f4c275bd7e4d1513393a373e08
charts/resources/scripts/init/o2api_start.sh
charts/templates/deployment.yaml
charts/templates/serviceaccount.yaml [new file with mode: 0644]
charts/values.yaml
docs/installation-guide.rst
o2app/entrypoints/flask_application.py
o2common/authmw/__init__.py [new file with mode: 0644]
o2common/authmw/authmiddleware.py [new file with mode: 0644]
o2common/authmw/authprov.py [new file with mode: 0644]
o2common/config/config.py
tests/unit/test_watcher.py