Samples
Samples copied to clipboard
Steeltoe samples and reference application collection
Integration tests for Steeltoe samples run on PRs and on the main/latest branch. Although we recently randomized the routes, they all run in the same CloudFoundry space with fixed names,...
The UAA app should be recreated with the SSO tests are run. This ensures the UAA is in a known state for the tests.
Per chat with @bart-vmware ... ### Get service guid ``` # sample $ GUID=$(cf service myPostgreSqlService | grep '^guid:' | awk '{print $2}') $ echo GUID e0d6db7e-83a0-4f77-8951-0faca24486a6 ``` ### PostgreSQL...
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
Please keep the following guidelines in mind when creating/updating samples: - Start from the standard .NET 8 project templates, add comments for Steeltoe/sample-specific changes. - Suffix project names with "Web"...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
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...