Anthony Turner
Anthony Turner
**What would you like to be added**: Currently, when the tools return suggestions, they are frequently "long-form". For example: > Running containers with 'root' user can lead to a container...
``` [E 201015 17:16:25 xmlsetup:322] Exception raised while parsing /tmp/juiceshop.xml, rolling back changes Traceback (most recent call last): File "/opt/rtb/setup/xmlsetup.py", line 309, in _xml_file_import levels = get_child_by_tag(xml_root, "gamelevels") File "/opt/rtb/setup/xmlsetup.py",...
The recent potential API URL change has prompted me to realize we have no unit tests. I think the best way to do this is more in the style of...
This PR represents about 2 months of whiteboarding and reworking the core concepts behind AuthJanitor, so breaking down these changes (of which there are a _ton_) comes down to: *...
A lot has changed recently in AuthJanitor, one of the key items being that the architecture is much cleaner and correctly modularized. The upshot is: * `AuthJanitorService` rolls up all...
We tried to switch from Newtonsoft.Json to System.Text.Json a few months ago, which has introduced a handful of bizarre incompatibilities as I've been developing more features (I'm looking at you,...
We pre-test and expect providers to be as honest as possible in that test, but things may still fail. We can't guarantee permissions for some things unless we try and...
Once we get some more testing in place, I'd like to add an Actions task to publish packages to NuGet. There's a straightforward example that already exists so I don't...
Based on the features of the Providers in a Managed Secret, we can tell whether that rekeying can be performed with or without downtime. That is, all ALCs need to...
This is one of the more requested providers but it will also be very difficult for similar reasons to the AppServices providers, in that it needs to implement interlocked rotation.