-
Bug
-
Resolution: Done
-
Undefined
-
Operator.2.0.13.GA
-
None
-
10
-
False
-
None
-
False
-
-
-
Sprint 21
Doc [1] says:
genericWebHookSecret - The name of a secret for a generic webhook that can trigger a build
However the operator expects a secret string instead.
Steps to reproduce:
1. Create a WebServer
- Use "Deployment method 2"
- set app repo
- set image stream and namespace
- set generic webhook (name of the openshift secret)
2. send a POST request:
- URL can be found in through command:
"oc describe buildconfig <your_build_config_name> | grep URL" - in the URL there is a <secret> part which is a value (not name, not base64 string) of the secret set when WebServer was created.
Expected output - new build should start.
Current output - nothing happens (curl returns 200)
Tested on OCP 4.16, operator version 2.0.13