You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
The path looks incorrect in this case.
Manually specifying the path results in an additional error:
It's probably not a super common use case, but let's fix
fleetctl
to work on Windows.The text was updated successfully, but these errors were encountered: