2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-04-24 09:41:27 +00:00

Fix update of pinned cert on CA blessing

This commit is contained in:
Jarrod Johnson
2026-04-14 10:53:34 -04:00
parent 2a32fc85a6
commit 8db76b92ee

View File

@@ -328,8 +328,8 @@ class TLSCertVerifier(object):
auditlog = log.Logger('audit')
auditlog.log({'node': self.node, 'event': 'certautoupdate',
'fingerprint': fingerprint})
self.cfm.set_node_attributes(
{self.node: {self.fieldname: fingerprint}})
tasks.spawn(self.cfm.set_node_attributes(
{self.node: {self.fieldname: fingerprint}}))
return True
except Exception:
pass