Noah

Results 6 issues of Noah

Often, I find myself wasting time by running my lengthy gulp build every time I run collectstatic. I believe it is valuable to be able to temporarily disable gulp via...

**Is this RFE related to an Existing Problem? If so, please describe:** This is related to https://github.com/rancherfederal/hauler/issues/232 as the implementation for this feature could solve both. - When trying to...

enhancement
size/M
priority/review

**Please check below, if the PR fulfills these requirements:** - [x] Commit(s) and code follow the repositories guidelines. - [ ] Test(s) have been added or updated to support these...

enhancement
size/M

The README could use some improvement for new users. Setup instructions: - Clarify IDP data (only needs 1 of the three options) Troubleshooting: - TODO Other: - Add a code...

documentation

Based on a discussion on the [underlying python3-saml library](https://github.com/SAML-Toolkits/python3-saml/issues/350), we are not currently saving "used" assertions anywhere. This means the same `SAMLResponse` can be used any number of times as...

bug

Today, the `XMLResource` object `source` can be a remote URL, local URL, file path, or string literal. When loaded, the `XMLResource` tries to parse the given source first as a...

enhancement