Victor Vrantchan

Results 73 issues of Victor Vrantchan

Allow a company to customize the CA name and the text in the enrollment profile.

enhancement
configuration
micromdm

We output `LastSeen` as a column when we run `mdmctl get devices`. ``` ~ ❯❯❯ mdmctl get devices UDID SerialNumber EnrollmentStatus LastSeen ``` This information is very useful for enrolled...

enhancement
help wanted
good-first-issue

Depends on a High Availability solution first but adding this to the roadmap.

enhancement

If a `EraseDevice` or `DeviceLock` command was sent, the current state and the pin should be saved in the device db. `mdmctl get devices` should then display the `Status` as...

enhancement

Fleet doesn't work well with older version of MySQL, at least not without making adjustments to the default configuration. It also doesn't work with `mariadb`. We should ensure compatibility with...

Component: Databases
Component: Documentation
Feature: Infrastructure
Help Wanted
Good First Issue

If you initiate login from fleet, then SSO works as expected. But if the user clicks on fleet from the provider's portal, then the token never gets added to local...

Bug
Feature: Authentication
Help Wanted

Here's the current view for `administrator` ![screenshot 2017-01-10 12 22 02](https://cloud.githubusercontent.com/assets/1526945/21816829/7e590cf0-d72f-11e6-9080-9ec8f35e3bed.png) I would prefer that the username not be cutoff if it's too long.

Backlog
Component: Frontend

I created a new tag for these kinds of issues. In the process of fixing #1617 I found the logwriter package a bit unclear. It would be great to pair...

Component: Technical Debt
Needs: Discussion

We now have a `launcher` package which implements the launcher API. It would also make sense to isolate the osquery TLS handlers into a separate package instead of bundling it...

Component: Technical Debt

Moving from code review in #1582 The current implementation of the launcher is somewhat opinionated about _osquery_ config, so when the configuration endpoint was added in https://github.com/kolide/fleet/pull/1544/files#diff-57894187d53a170dbc47ebddb3139466R54 the following change...

Feature: Settings