Skip to content

fabric: align shared TLS server name override (#1112)#1334

Open
malsomesh9 wants to merge 1 commit into
hyperledger-labs:mainfrom
malsomesh9:somesh/issue-1112-servername-override
Open

fabric: align shared TLS server name override (#1112)#1334
malsomesh9 wants to merge 1 commit into
hyperledger-labs:mainfrom
malsomesh9:somesh/issue-1112-servername-override

Conversation

@malsomesh9
Copy link
Copy Markdown
Contributor

What changed

  • accept fabric.<network>.tls.serverNameOverride as the shared Fabric client-side TLS hostname override
  • keep the legacy fabric.<network>.tls.serverhostoverride key as a fallback for compatibility
  • document the shared override in the Fabric configuration guide and test fixture

Why

Issue #1112 is aligning FSC TLS configuration around clearer, more consistent names. The shared Fabric client-side override still used the older serverhostoverride spelling even though endpoint-level configs and newer docs use serverNameOverride.

Impact

Operators can now configure the shared outbound hostname override with the same serverNameOverride spelling used elsewhere in FSC, without breaking existing configs that still use the legacy key.

Validation

  • go test ./platform/fabric/core/generic/config/... ./platform/fabric/core/generic/membership/...

Signed-off-by: Somesh Mal <malsomesh9@gmail.com>
@malsomesh9 malsomesh9 marked this pull request as ready for review April 26, 2026 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant