Ryan Lane
Ryan Lane
When using Any field, the type is set to string, and when used in a Dict, it sets the types in the additional properties to string, null. This leads to...
*Description*: The github intel module has the cleanup jobs for users and repos sync inside of the individual functions, and the cleanup jobs aren't specific to the github organization being...
*Description*: Fetching AMIs is difficult, because the default filter options for the API are roughly: * AMIs I own * AMIs managed by AWS * AMIs managed by the community...
*Description*: We'd like to track down resources in our AWS infrastructure that should be tagged, but aren't. The issue right now is that it's very difficult to query for this...
toastedmarshmallow includes a fork of marshmallow, but webargs lists marshmallow as a dependency. To fix webarg's dependency resolution, it's necessary to install the marshmallow fork via `-e git+...`, but that...
We should have a cluster with publicly accessible config to show a real-world deployment of confidant. This should include a confidant server and more than one confidant client. It should...
An annoying inconsistency between the client config and the server config is that the client requires specifying an ARN or a key alias, where the key alias's form is `alias/key_name`....
If a user attempts google authentication, but picks the incorrect domain confidant should redirect the user to an error page and log them out. Currently it just sends back 403s...
See #116. For the docker image I think we need to set the log level for debug, if the debug environment variable is set.