-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
Logging 5.8, Logging 5.9
-
False
-
-
False
-
-
The documentation [0] contains "Example audit policy" yaml, in which values of clf.spec.pipeline.inputRefs|outputRefs|filterRefs should be of type array instead for string.
Below error is faced when configuring clf.spec.pipeline.inputRefs|outputRefs|filterRefs values as string:
Error "Invalid value: "string": spec.pipelines[0].filterRefs in body must be of type array: "string"" for field "spec.pipelines[0].filterRefs".
The configuration expected to be as below:
pipelines:
- filterRefs:
- my-policy
inputRefs:
- audit
name: my-pipeline
outputRefs:
- default