Tim Hess
Tim Hess
Spring includes a variety of actuators that Steeltoe does not, the following is a short list of ideas that Steeltoe might be able to add: - sessions - caches -...
Given that [Tanzu Application Configuration Service](https://docs.vmware.com/en/Application-Configuration-Service-for-VMware-Tanzu/2.0/acs/GUID-overview.html) can be viewed as a successor to Spring Cloud Config Server, Steeltoe should also support reading configuration provided by it. Preliminary support provided by...
As a follow-up to #21, any long-lived `HttpClient` should be configured with a pooled connection lifetime so that DNS records are less likely to be stale: ```csharp var handler =...
### Quick History Steeltoe was originally started by Pivotal 8+ years ago to cloud native and observability outcomes available in the Spring ecosystem to enterprise customers with .NET applications. The...
/mappings currently doesn't know about razor pages, but it would be nice if it did
This integration test requires both a config server and a service registry, and the config server needs to be registered with the registry. Without `failFast=true` this test was "passing" even...
Consider replacing or augmenting the current default actuator access model that uses exposure/enabled settings and anonymous access to include support for basic auth with authorization policies (eg: `actuator.basic` & `actuator.admin`)...
Steeltoe Connectors have been completely rebuilt for the 4.0 release and are not currently designed for extensibility. This issue will be used to track progress and feature requests for that...
The Spring projects related to Eureka have continued to evolve since the initial completion of Steeltoe's Eureka client. This epic will track efforts to improve Steeltoe's feature set and behaviors...
Review [the extensions for adding OAuth and Jwt](https://github.com/SteeltoeOSS/Steeltoe/blob/release/3.2/src/Security/src/Authentication.CloudFoundryCore/AuthenticationBuilderExtensions.cs) that expose an Action -- none will actually process service bindings or set any other configuration apart from what is set by...