Dan Boitnott

Results 7 issues of Dan Boitnott

Addresses #36 by adding Duo Support to the ADFS provider. To get this to work in my environment also required the commits from #846 and #848. I've kept those commits...

type:enhancement
help wanted

Addresses #847 by trimming all Kmsi values and dropping any empty ones.

I've encountered a situation where the value for `Kmsi` is "true " (with trailing space). This leads to: ``` DEBU[0003] HTTP Req URL="https:///adfs/ls/IdpInitiatedSignOn.aspx?loginToRp=urn%3Aamazon%3Awebservices&client-request-id=3b.." http=client method=POST DEBU[0003] HTTP Res Status="500 Internal...

### All errors related to a specific stack should include the stack name in the error message. Because Sceptre may be evaluating several stack configurations at once, an error may...

type: beginner friendly
state: ready for development
type: improvement

Resolves #1519 by: - Raising un-handled exceptions which (I believe) should be the default behavior. - Detecting ForbiddenException and wrapping it in a more informative message ## PR Checklist -...

Resolve #1521 - Add nix flake, justfile, and direnv ## PR Checklist - [ ] Wrote a good commit message & description [see guide below]. - [ ] Commit message...

### Add a nix flake, direnv, and justfile for development support Add a few optional features for developers: - A nix flake to install developer tools such as poetry -...

type: feature request
state: has pr