-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Running the frcli audit
command fails somehow arbitrarily. For some start/end times it works fine, for some it doesn't and returns a 401 error.
I can audit reports for any time of the year (months, quarter of, half of and full year).
Running frcli audit --loop-category --start_time 1672527600 --end_time 1680299999
for the first quarter of 2023 works just fine. But frcli audit --loop-category --start_time 1680300000 --end_time 1688162399
for the second quarter fails with the error:
[frcli] rpc error: code = Unknown desc = status code: 401, response: ""
Running it without --loop-category
has the same behavior.
But running just frcli audit
works just fine.
See above. We are running faraday in Kubernetes.
Standalone.
CLI
We build our own image, currently we are using 0.2.11-alpha
Runs on a kubernetes cluster.
Runs on a kubernetes cluster.
I can't find a faraday.log
file, where do I get it?