Add a new field, `issuerID`, to the `core.CertificateStatus` proto message. Also add this field to the list of fields carried over when converting back and forth between core and proto objects. This should be safe to deploy without risk of miscommunication between components that update at different times. If the SA updates first and begins sending IssuerIDs to clients, they'll simply ignore them. If the clients update first and try to extract IssuerIDs from messages that don't have them, they'll simply get the zero value, which is what they were getting before anyway. Part of #5152 and #5532 |
||
|---|---|---|
| .. | ||
| core.pb.go | ||
| core.proto | ||