https://github.com/osquery/osquery logo
#fleet
Title
# fleet
s

Steven

06/03/2021, 11:01 PM
Hello everyone. Trying to build packages with orbit however getting the following error message
Copy code
FTL package failed error="initialize updates: failed to update metadata: update metadata: tuf: failed to decode timestamp.json: expired at 2021-06-03 14:22:39 -0700 -0700"
Unsure what exactly the error message is saying or what needs to be changed. Using the command
Copy code
go run ./cmd/package --type=pkg --fleet-url=url --enroll-secret=secret
seems pretty straightforward and in the correct directory.
z

zwass

06/03/2021, 11:12 PM
Please give it another go now. We don't yet have our automation set up for re-signing the timestamp file so looks like we let it slip. That automation will happen before we move out of beta.
s

Steven

06/03/2021, 11:35 PM
@zwass awesome, looks to be working now. Thanks!
13 Views