Skip to content

Fleetctl problems on Windows #39

@zwass

Description

@zwass

What version of fleet are you using (fleet version --full)?

3.3.0

What operating system are you using?

Windows 10

What did you do?

fleetctl login

What did you expect to see?

Successful login

What did you see instead?

PS C:\Users\zachw> fleetctl login
error verifying that config exists at ~//.fleet/config: mkdir ~\.fleet: The system cannot find the path specified.

The path looks incorrect in this case.

Manually specifying the path results in an additional error:

PS C:\Users\zachw> fleetctl login --config C:\Users\zachw\.fleet\config
error creating Fleet API client handler: loading system cert pool: crypto/x509: system root pool is not available on Windows

It's probably not a super common use case, but let's fix fleetctl to work on Windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working as documented

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions