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
As written, the example on the README.md suggests that a ClientBuilder.WithSecurity accepts a tls.Config (i.e., the result of SecurityBuilder.Build()) but that is not the case. It requires a SecuirtyConfig. I think a more appropriate approach would be to support the following signatures:
As written, the example on the README.md suggests that a
ClientBuilder.WithSecurity
accepts atls.Config
(i.e., the result ofSecurityBuilder.Build()
) but that is not the case. It requires aSecuirtyConfig
. I think a more appropriate approach would be to support the following signatures:To do this we'd need to define the precedence order which can be arbitrary but must be documented.
The text was updated successfully, but these errors were encountered: