Tim Hess

Results 80 issues of 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 -...

Type/enhancement
Component/Management
Epic

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...

Type/enhancement
Component/Configuration
ReleaseLine/4.x

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 =...

Type/enhancement
ReleaseLine/3.x
Component/Common
ReleaseLine/4.x

### 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...

Type/Announcement

/mappings currently doesn't know about razor pages, but it would be nice if it did

Type/enhancement
help wanted
good first issue
Component/Management
ReleaseLine/3.x

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...

Type/bug
Component/Configuration
Type/test-coverage

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`)...

Type/enhancement
help wanted
Component/Management
Priority/low

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...

Type/enhancement
Component/Connectors
Type/RFC
ReleaseLine/4.x

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...

Component/Discovery
Epic

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...

Type/bug
Component/Security
ReleaseLine/3.x