You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sample post-hook needs some tweaks in order to work properly like the curl command used to retrieve a OIDC Token from keycloak needs to include the -k option in case of self-signed certs...
The other thing is to fix the OIDC token api URL from
I noticed the Operator generates a ConfigMap containing a sample
post-hook
that can be used to upload reports to Horreum using its API.horreum-operator/controllers/horreum_controller.go
Lines 539 to 545 in 104e3a4
This sample post-hook needs some tweaks in order to work properly like the
curl
command used to retrieve a OIDC Token from keycloak needs to include the-k
option in case of self-signed certs...The other thing is to fix the OIDC token api URL from
to
and also include the
$RUN_ID
to the json file pathThe text was updated successfully, but these errors were encountered: