Skip to content

Commit

Permalink
Disable healthcheck CS.cfg certs match
Browse files Browse the repository at this point in the history
Cert and csr will be removed from CS.cfg and stored in DB or separate
file so this check is not anymore valid. It is temporary disabled to
verify if can be removed or it should be replaced with other
checks.
  • Loading branch information
fmarco76 committed Oct 4, 2023
1 parent 46229ab commit a74f773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/server/healthcheck/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
],
# plugin modules for pkihealthcheck.meta registry
'pkihealthcheck.meta': [
'pki_certs = pki.server.healthcheck.meta.csconfig',
# Temporary disabled untile certs from CS config will be completely removed
#'pki_certs = pki.server.healthcheck.meta.csconfig',
'pki_connectivity = pki.server.healthcheck.meta.connectivity',
],
# plugin modules for pkihealthcheck.certs registry
Expand Down

0 comments on commit a74f773

Please sign in to comment.