COSSAS / SOARCA

SOARCA - The Open Source CACAO-based Security Orchestrator!
https://cossas.github.io/SOARCA/
Apache License 2.0
49 stars 6 forks source link

Username is used for http-basic instead of user_id #162

Closed MaartendeKruijf closed 1 month ago

MaartendeKruijf commented 1 month ago

Describe the bug

spec states we should user_id

image

we ar using request.SetBasicAuth(httpOptions.Auth.Username, httpOptions.Auth.Password)

https://github.com/COSSAS/SOARCA/blob/1d96431eab6dcd603297f2ee975176b1e8a17cb8/utils/http/http.go#L173