Skip to content

Refactor EventStore connection string construction logic#1233

Merged
StuartFerguson merged 1 commit intomasterfrom
task/#1226_update_esconnstring_methods
Feb 26, 2026
Merged

Refactor EventStore connection string construction logic#1233
StuartFerguson merged 1 commit intomasterfrom
task/#1226_update_esconnstring_methods

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Refactored ConfigureEventStoreSettings and GenerateEventStoreConnectionString to use switch expressions for building connection strings based on IsSecureEventStore. Now, username and password are included only for secure connections, and tlsVerifyCert=false is consistently appended. This improves clarity and ensures correct formatting for both secure and insecure configurations.

closes #1226

Refactored ConfigureEventStoreSettings and GenerateEventStoreConnectionString to use switch expressions for building connection strings based on IsSecureEventStore. Now, username and password are included only for secure connections, and tlsVerifyCert=false is consistently appended. This improves clarity and ensures correct formatting for both secure and insecure configurations.
@StuartFerguson StuartFerguson merged commit 405349c into master Feb 26, 2026
10 checks passed
@github-actions github-actions Bot deleted the task/#1226_update_esconnstring_methods branch April 28, 2026 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change connection string methods in docker helpers

1 participant