Bart Koelman

Results 122 comments of Bart Koelman

@TimHess @macsux Do we need to keep this open? Does #1306 address everything we need?

This command could mean two things: - Reformat only the *.cs files from the last commit - Reformat all files changed in the last commit, and also run on all...

While looking into this, we should take the following [Sonar security hotspot](https://sonarcloud.io/project/security_hotspots?id=SteeltoeOSS_steeltoe&tab=code) into account: ![image](https://github.com/user-attachments/assets/9ddc60b3-71ff-4758-8206-fb196e2a47a5) The proposal is to replace the wildcard with the hostname obtained from `VCAP_APPLICATION`. If unavailable,...

Once this is implemented, the test at `src/Management/test/Endpoint.Test/ActuatorsHostBuilderTest.cs` should be updated as described at https://github.com/SteeltoeOSS/Steeltoe/pull/1386#discussion_r1806846004.

I suspect there's something wrong with your app configuration layer, or it executes too late. I'm unable to reproduce this against Steeltoe 3.x. I've tried the following: 1. Open https://github.com/SteeltoeOSS/Samples/blob/main/Discovery/src/FortuneTeller.sln,...

I would prefer if you try to reproduce the problem with our sample, gradually adding parts from your app until it breaks.

Thanks for investigating. I'm closing this, as it doesn't seem to be a Steeltoe issue. Feel free to open a new issue when you've identified what's going on.

I'm unable to reproduce this with the provided details. Can you try with the FortuneTeller sample at https://github.com/SteeltoeOSS/Samples/blob/main/Discovery/src/FortuneTeller.sln?

The configuration key is named `NonSecurePortEnabled`, not `IsUnsecurePortEnabled` (see https://docs.steeltoe.io/api/v3/discovery/netflix-eureka.html).