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
nor through generating a non-expiring token and running "cnspec register" myself. I always get the following message:
[root@rocky941 ~]# cnspec register -t "$MONDOO_REGISTRATION_TOKEN" -v
DBG Gathering system information
DBG local> run command uname -s
DBG local> run command uname -m
DBG platform> cannot parse lsb config on this linux system error="open /etc/lsb-release: no such file or directory"
DBG local> run command uname -m
DBG detected rhelish platform release=9.4 title="Rocky Linux"
DBG platform> detected os family=["redhat","linux","unix","os"] platform=rockylinux
DBG local> run command hostname -f
DBG detected platform ids id-detector=["hostname","cloud-detect"] platform-ids=["//platformid.api.mondoo.app/hostname/rocky941.local"]
DBG local> run command hostname -f
! token is expired
DBG non-ok http request body="request permission unauthenticated" status=401
Error: failed to log in client: failed to log in client: rpc error: code = Unauthenticated desc = request permission unauthenticated
the reason why i was not able to register the cnspec client was:
cnspec status
! possible clock skew detected: -1h59m59.681067043s
It would be better to show me an error message with a possible clock screw with the command cnspec login and not 'request permission unauthenticated' because the main reason was the clock screw.
The text was updated successfully, but these errors were encountered:
I'm trying to register a new virtual machine with Rocky 9.4, but I can't register the machine using the generated command
nor through generating a non-expiring token and running "cnspec register" myself. I always get the following message:
the reason why i was not able to register the cnspec client was:
It would be better to show me an error message with a possible clock screw with the command
cnspec login
and not 'request permission unauthenticated' because the main reason was the clock screw.The text was updated successfully, but these errors were encountered: