You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nathanklick opened this issue
Feb 19, 2025
· 0 comments
Assignees
Labels
BugAn error that causes the feature to behave differently than what was expected based on design.P0An issue impacting production environments or impacting multiple releases or multiple individuals.
In the release/0.58 branch, the EnhancedKeyLoader still uses the AddressBookUtils.isLocal() method for identifying which private keys should be present. The release/0.59 branch uses the -local cli switch and/or the nodesToRun environment variable to determine which private keys must be present on disk.
The above logic in release/0.59 needs to be cherry picked back to the release/0.58 branch. This is required to support multi-cluster deployments with overlapping internal IP ranges.
The text was updated successfully, but these errors were encountered:
nathanklick
added
Bug
An error that causes the feature to behave differently than what was expected based on design.
P0
An issue impacting production environments or impacting multiple releases or multiple individuals.
labels
Feb 19, 2025
BugAn error that causes the feature to behave differently than what was expected based on design.P0An issue impacting production environments or impacting multiple releases or multiple individuals.
Description
In the
release/0.58
branch, theEnhancedKeyLoader
still uses theAddressBookUtils.isLocal()
method for identifying which private keys should be present. Therelease/0.59
branch uses the-local
cli switch and/or thenodesToRun
environment variable to determine which private keys must be present on disk.The above logic in
release/0.59
needs to be cherry picked back to therelease/0.58
branch. This is required to support multi-cluster deployments with overlapping internal IP ranges.The text was updated successfully, but these errors were encountered: