-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Hi,
In https://github.com/opencomputeproject/HWMgmt-OCP-Profiles/blob/master/HWMgmt/OCPBaselineHardwareManagement.v1_0_2.json under ManagerNetworkProtocol
"HTTP": {
"PropertyRequirements": {
"ProtocolEnabled": {},
"Port": {}
}
},
HTTP is insecure and if implementation supports only https, how we can avoid this attribute getting error in report. In report we are getting error as fail.HTTP.ReadRequirement: 1
Is it possible to change as recommendation so that it won't expect in response?
Thanks,
Mani