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
QC-1289 Possibility to use a token with BKP client (#2558)
Token is expected as an env var to avoid exposing it in QC configuration files.
Still, it's not ideal, but I don't think we have a better option at the moment.
Copy file name to clipboardExpand all lines: doc/Framework.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -595,7 +595,7 @@ Propagation can be enabled by adding the following key-value pair to Check/Aggre
595
595
596
596
Using it for Aggregators is discouraged, as the information on which exact Check failed is lost or at least obfuscated.
597
597
598
-
Also, make sure that the configuration file includes the Bookkeeping URL.
598
+
Also, make sure that the configuration file includes the Bookkeeping URL and there is an env var `QC_BKP_CLIENT_TOKEN` with authentication token for setups external to P2.
599
599
600
600
Check results are converted into Flags, which are documented in [O2/DataFormats/QualityControl](https://github.com/AliceO2Group/AliceO2/tree/dev/DataFormats/QualityControl).
601
601
Information about the object validity is preserved, which allows for time-based flagging of good/bad data.
0 commit comments