Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Connect requiring signing key in dev mode #114

Merged
merged 2 commits into from
Mar 14, 2025
Merged

Fix Connect requiring signing key in dev mode #114

merged 2 commits into from
Mar 14, 2025

Conversation

amh4r
Copy link
Contributor

@amh4r amh4r commented Mar 13, 2025

  • Fix Connect requiring signing key in dev mode.
  • Fix Connect panicking when no logger passed to client.
  • Fix APIBaseURL not used when in dev mode.
  • Fix env var bleeding during tests.

@amh4r amh4r requested a review from BrunoScheufler March 13, 2025 19:45
@@ -109,6 +109,10 @@ func NewClient(opts ClientOpts) (Client, error) {
return nil, err
}

if opts.Logger == nil {
opts.Logger = slog.Default()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@amh4r amh4r merged commit c20ca66 into main Mar 14, 2025
7 checks passed
@amh4r amh4r deleted the connect-dev-mode branch March 14, 2025 10:35
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.

3 participants