Stephen Russett

Results 312 comments of Stephen Russett

make the logging have a provider to send to third-party provider (same setup as the controller actions)

controllers have loggers setup. but example of overrides are needed

Configure that response stix data can be validated as stix or you just trust the source system. In most cases likely will just want to trust source system?

So they have a better understanding of the specific formats/content of responses.

+1 on this as it would align well to replace aggrid SSRM filtering

here is my solution for this: ```csharp public class GridServerFilter { public int page { get; } public int pageSize { get; } public List filter { get; } public...

Could likely leverage zeebe as timer?

The first phase was to scope the components out and get understanding of the different unknowns. That was done. Current code works as a long polling zeebe client that can...

Thanks for the details. That helps a lot to understand. So from your description I am seeing many cases of long running processes (processes that could be alive for hours,...

@jwulf what would the plugin solve for this context? Good chance that you would be uploading through a proxy system to manage login, auth and authz rather than directly to...