James Hodgkinson

Results 451 comments of James Hodgkinson

Authentication credentials are already doable (not SSH keys.. yet - #1687 refers to this), but yes the rest needs to be done and thanks for logging the issue specifically 😄

Probably need to change it to check if it's expired before doing the login phase... and I swear automagically cleaning up any expired sessions should be a first-phase thing in...

Yeah, we should be able to flag the whole "hey you're not done" part.

There's the [window.beforeunload](https://developer.mozilla.org/en-US/docs/Web/API/Window/beforeunload_event) event which can catch it.

Please include the expected outputs for this one, so we don't have to keep going between the discussion and the issue for identifying requirements...

By the looks of it, this'll require either: - a custom mdbook preprocessor or - randomly cat'ing things into a markdown file on build?

This could really tie into #2185 or #22 where audit event logging needs to clearly state the changes - something like an [OCSF account change record](https://schema.ocsf.io/1.1.0/classes/account_change?extensions=) which you could trigger...

> One downside about webhooks that I forgot is that you might miss events when the target is unreachable in that moment. A lot of these kinds of implementations have...

> The issue with log collection @yaleman is ... you guessed it, replication. If you delete an account on one node, when you replicate the delete that shows up differently...

The web UI bits really should be under the admin interface, since they're "management" kinda things.