Chris Cheetham

Results 7 comments of Chris Cheetham

@TimHess can you add a README for this sample?

The CI for CloudFoundrySingleSignon builds and publishes its own UAA app. https://github.com/SteeltoeOSS/Samples/blob/2.x/Security/src/AspDotNetCore/CloudFoundrySingleSignon/CloudFoundrySingleSignon.feature#L13-L15 A local example could leverage this approach.

The issue stems from the `FileProvider`'s `Root` dir used to watch for file changes. The impl `Steeltoe.Common.Security.PemCertificateSource::Build` looks like: ``` public override IConfigurationProvider Build(IConfigurationBuilder builder) { EnsureDefaults(builder); return new FileProvider(this);...

impetus: https://github.com/SteeltoeOSS/Samples/security/dependabot/98

This was a quick fix so just did it. But moving to SSO tile may be a better representation of what our users experience.

Tried following with no success: Added following headers to ``: ``` ``` Added following to HTTP headers: ``` Cache-Control: no-store,no-cache Pragma: no-cache ``` Added `?xxx` to HTML: ``` ```

Repos created: * https://github.com/steeltoeoss-incubator/Steeltoe.Initializr.WebApi * https://github.com/steeltoeoss-incubator/Steeltoe.Initializr.ConfigServer * https://github.com/steeltoeoss-incubator/Steeltoe.Initializr.Configuration * https://github.com/steeltoeoss-incubator/Steeltoe.Initializr.Starter