-
Bug
-
Resolution: Done
-
Major
-
None
egarding Clair notifier, for me it’s still not clear what’s the correct configuration, as documentation is a bit unclear.
This mentions that the notifier should be indented directly under Clair, like below:
clair:
…
updater:
interval: 6h
notifier: # indented directly under clair
attempts: 1
https://access.redhat.com/documentation/en-us/red_hat_quay/3/html-single/deploy_red_hat_quay_on_openshift/index#clair_image_scanning
Anyway, setting the config like this, it will generate the error mentioned in the previous email:
>
> "
However, checking the documentation of an older version of Clair-jwt - 2.9, the config is different (notifier indented under updater). Similar is the config-map created by the new Quay-Operator which uses the latest Clair-Jwt version
clair:
…
updater:
interval: 6h
notifier: # indented under clair.updater
attempts: 1
With this config, I don’t see the error message mentioned above anymore, but I am also not sure if the notifier works.