We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since fx groups don't provide ordering (see https://pkg.go.dev/go.uber.org/fx#hdr-Value_Groups), we end up not adhering to the ordering of the configured security protocols.
We need to:
This is a blocker for the v0.24.0 release.
The text was updated successfully, but these errors were encountered:
fx.... lol.
Sorry, something went wrong.
@vyzo Enjoy your told-you-so moment.
The fact that we didn't have any tests for security protocol selection is the real culprit here, as I see it.
it was a small triumph :)
marten-seemann
Successfully merging a pull request may close this issue.
Since fx groups don't provide ordering (see https://pkg.go.dev/go.uber.org/fx#hdr-Value_Groups), we end up not adhering to the ordering of the configured security protocols.
We need to:
This is a blocker for the v0.24.0 release.
The text was updated successfully, but these errors were encountered: