OpenCHAMI / bss

MIT License
1 stars 2 forks source link

[DEV] Support authenticated requests to SMD #22

Closed synackd closed 4 months ago

synackd commented 4 months ago

Short Description BSS requests Components, ComponentEndpoints, and RedfishEndpoints from SMD, and these endpoints are now protected. Therefore, BSS must support authentication with these endpoints.

Definition of Done Querying BSS endpoints that require communication to SMD succeed when running SMD and BSS with authentication enabled.

davidallendj commented 4 months ago

Related PR #23

synackd commented 4 months ago

23 adds this functionality. Still to do are:

@davidallendj Anything I'm missing?

davidallendj commented 4 months ago

Sounds right to me.