We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the subsystemCert certificate is invalid healthcheck will spew 10 or so messages like this on stderr:
ra.get_certificate(): Request failed with status 403: Non-2xx response from CA REST API: 403. (403)
This should be suppressed. A similar message appears in the healthcheck report:
{ "source": "ipahealthcheck.ipa.certs", "check": "IPACertRevocation", "result": "ERROR", "uuid": "65765f34-c757-432c-b6e3-0d4fcba18516", "when": "20240123183745Z", "duration": "73.755750", "kw": { "key": "20210522171136", "serial": 268304549, "error": "Certificate operation cannot be completed: Request failed with status 403: Non-2xx response from CA REST API: 403. (403)", "msg": "Request for certificate serial number {serial} in request {key} failed: {error}" } },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the subsystemCert certificate is invalid healthcheck will spew 10 or so messages like this on stderr:
ra.get_certificate(): Request failed with status 403: Non-2xx response from CA REST API: 403. (403)
This should be suppressed. A similar message appears in the healthcheck report:
The text was updated successfully, but these errors were encountered: