Tim Hess
Tim Hess
## Description All AddCloudFoundry___ extensions to `AuthenticationBuilder` should process application configuration and service bindings Fixes #1275 ## Quality checklist - [ ] Your code complies with our [Coding Style](https://github.com/SteeltoeOSS/.github/blob/main/contributing-docs/contributing-code-style.md). -...
Follow ups from #1278: - Is there significant value in the Steeltoe Tracing package? Compare with what Aspire does with regard to OpenTelemetry, maybe Steeltoe should exit this space or...
Steeltoe.Configuration.CloudFoundry.ServiceBinding provided a new way of handling VCAP_SERVICES, but there is no new implementation for reading VCAP_APPLICATION yet. Before (or during) updates to reading VCAP_APPLICATION, these other packages should be...
Provide a way for Eureka to require client certificates and document or include a feature for getting certificates that will be trusted by this server
## Describe the bug In CF context, only /health and /info are reported as being enabled Sample response: ```json { "type": "steeltoe", "_links": { "info": { "href": "https://steeltoe-samples-server.apps.dhaka.cf-app.com/cloudfoundryapplication/info", "templated": false...
Follow-up on [comments in #331](https://github.com/SteeltoeOSS/Samples/pull/331#discussion_r1646181063), related to #334 Rename AuthClient to AuthClientWeb or similar, and add a sample console application
Rather than a collection of samples for actuators, let's use one or maybe two that can work in multiple scenarios (eg: Spring Boot Admin locally or in k8s, Apps Manager...
Steeltoe v4 defaults to using the header `X-Client-Cert` for [sending](https://github.com/SteeltoeOSS/Steeltoe/blob/main/src/Security/src/Authorization.Certificate/CertificateHttpClientBuilderExtensions.cs#L38) and [receiving](https://github.com/SteeltoeOSS/Steeltoe/blob/main/src/Security/src/Authorization.Certificate/CertificateAuthorizationBuilderExtensions.cs#L35) certificates used for certificate authorization (thus effectively locking it in for authentication as well) without any ability to...
Build SBA server via start.spring.io the same way our Eureka & Config Server images are built. Switch to cURL and update all to the latest versions for all 3 images...