blabla1337 / skf-flask

Security Knowledge Framework (SKF) Python Flask / Angular project
https://www.securityknowledgeframework.org
Apache License 2.0
807 stars 308 forks source link

SKF service oriented architecture #791

Open blabla1337 opened 2 years ago

blabla1337 commented 2 years ago

The frond-end needs to be able to hide components and elements by means of the selection from the config file

Engineers will be able to deploy only the components/services they need out of the OWASP SKF. From the Config files engineers can select the different services they want to deploy. Selected services get deployed Front-end adapts to selection and only shows views that enclose selected services Whenever a specific service gets a heavy load, it scales up Failed deployments should result in a rollback.

Details of a failed deployment will be stored in a centralized monitoring environment for debugging purposes