Tim Hess
Tim Hess
Sorry for the super delayed response, I thought I replied to this already. The intent here was a fast failure on what was seen as something that could only be...
Thank you for that thought - I should note that @bart-vmware is in the middle of a comprehensive API review and some potentially significant re-work of the entire service discovery...
This would be a good candidate for community contribution. We are happy to help the effort along, but this is not likely a current priority for the core Steeltoe team
Generally speaking, we would also prefer a framework reference to package reference, though I don't think we've revisited this topic in several years so I could see there being more...
[This line](https://github.com/SteeltoeOSS/Steeltoe/blob/main/src/Connectors/src/ConnectorBase/Services/RedisServiceInfoFactory.cs#L25) is probably where the SSL decision is being made. Connectors in general expect configuration in service bindings from the platform to override other settings. Any idea why there...
Platform certificates should be automatically installed into the trust store, it sounds like there might be a configuration issue with the platform. Could you try deploying [this application](https://github.com/macsux/certificate-lister/tree/master/CertificateLister) to check...
I understand what you're saying, but that goes against the design intent for service bindings to take priority here. For the scenario you're describing, it seems that the credentials are...
As a follow-up, if it is possible to disable certificate validation on the Redis client, it would likely be a useful feature to investigate and would make sense to add...
To be revisited in the context of v4 prior to GA release
Hi @DOMZE, That's a good question... As it stands today, we don't have an integrated solution for broadcasting log level changes across app instances. I would expect #15 to help...