Converge log_cache_syslog_tls certificate #961
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WHAT is this change about?
Ensuring that operators who had previously used Log Cache syslog ingress continue to see logs following an upgrade to cf-deployment v18.0.0.
What customer problem is being addressed?
log_cache_syslog_tls
credential in their CredHubupdate_mode: converge
so that the certificate is re-generated and the syslog agent will be able to send logs to the log cache syslog serverFixes:
Please provide any contextual information.
Has a cf-deployment including this change passed cf-acceptance-tests?
Does this PR introduce a breaking change?
How should this change be described in cf-deployment release notes?
log_cache_syslog_tls
certificate is re-generated to avoid upgrade issues for operators who had previously enabled Log Cache syslog ingressWe should also update the release notes for v18.0.0 to call out that there is this known issue when upgrading from a deployment that had previously enabled Log Cache syslog ingress.
Does this PR introduce a new BOSH release into the base cf-deployment.yml manifest or any ops-files?
Does this PR make a change to an experimental or GA'd feature/component?
Please provide Acceptance Criteria for this change?
v17.1.0
withoperations/experimental/use-logcache-syslog-ingress.yml
You can also inspect the credential in CredHub before and after the change. The SANs should include
log-cache.service.cf.internal
.What is the level of urgency for publishing this change?
Marking this as Urgent because upgrading to v18.0.0 breaks existing Log Cache syslog server users without this change.
Tag your pair, your PM, and/or team!
@Benjamintf1 @ctlong @mkocher @rroberts2222