seph

Results 331 comments of seph
trafficstars

Perhaps related, or perhaps not. But I'm seeing some inconsistency with the `curl` table. Sometimes it works, and other times it produces errors about `Cannot read TLS server certificate(s): /var/osquery/certs/certs.pem"`...

Maybe related to https://github.com/kolide/launcher/issues/1442

> Perhaps this is a silly suggestion, but do we want to consider the capability to copy/read/delete for DB's that are locked while open? Perhaps an optional boolean column eg....

> note where the secret was found This is going to matter. One of the things we need to grapple with is when a secret changes or is removed. Probably...

Some interesting thoughts.... How does device deletion work? - If a secret is on disk/registry/preferences - And the enrollment is remote deleted, - How do we keep launcher from re-registering?

closing and reopening to trigger ci

> > Any further concerns with this PR? > > Since this also changes the name of the table, I'll ask @directionless for thoughts. Personally I would say that seems...

Unfortunately, yes. We thought it might be exposed in another plist (See #8371) but that plist wasn't actually updated, so we reverted that change (See #8378). The only way I...

Hi @20RitikSingh Is Launcher something you're generally involved with? Note that this part of our code base is covered by our [EE License](https://github.com/kolide/launcher/blob/main/ee/LICENSE) and is not open source. That said,...

We sorta used to do this... https://github.com/kolide/launcher/blob/main/pkg/debug listens for a signal, and enables an http interface to `net/http/pprof`. Two problems... 1. Local only -- it was really designed for the...