Chris Cheetham
Chris Cheetham
The version of a service being used in a Sample is effectively hidden. For example, when starting a config server on a Cloud Foundry instance, it's not trivial from the...
Updated ruleset metadara to match the semantics suggested by its filename
## Is your feature request related to a problem? Please describe. Using `Steeltoe.Commons.Utils` is an all-or-nothing proposition: you get all the utilities or you get none. ## Describe the solution...
Possibly: https://learn.microsoft.com/en-us/azure/devops/pipelines/integrations/slack?view=azure-devops Also, remove this from `ci/jenkins.cmd`: ``` https://hooks.slack.com/services/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 ```
Upgrade pipeline Python to 3.11.x Update virtual env Python packages.
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...
Prior to Sandbox, the test arrangement was: ``` var filename = "fakeCertificate.p12"; await File.WriteAllTextAsync(filename, "cert1"); ``` When the test arrangement is rewritten to use a Sandbox. it fails: ``` using...