openBackhaul / MacAddressTableRecorder

Markus' first Application on the MW SDN Controller
Apache License 2.0
3 stars 0 forks source link

To enable Security in the service and OAM layer #186

Closed Ziabatcha closed 6 months ago

Ziabatcha commented 6 months ago

To enable security , the following code in the index.js needs to be commented.

// uncomment if you do not want to validate security e.g. operation-key, basic auth, etc
appCommons.openApiValidatorOptions.validateSecurity = false;

Currently , this uncommented code makes the server to accept any operation-key / basic auth.