Skip to content

Begin work on Autoupdate: The Next Generation  #954

Closed

Description

I think it's finally time to revisit our autoupdate code! Excitement! Adventures! Bugs....

At a high level, I think our goals are:

  • Remove Notary
  • Use some modern libraries (Probably go-tuf, happy to hear other suggestions)
  • Use a reasonable channel model for specifying which versions
  • Expose more functionality inside launcher (right now it's all abstracted out into a goroutine that mostly does it's own thing)
  • Improve testability / dev setups

I'd imagine some milestones like:

  • Play with go-tuf. What's it like running a server? A client? Can we not have a server, and do it with a static set of files?
  • What would porter look like?
  • Launcher code? Proper channel and signaling usage
  • Test cases!
  • deploy a prod server
  • go!

launcher work remaining as of 29 June 2023:

endpoint-releaser and monorepo work:

  • New TUF infrastructure for development
  • New TUF infrastructure for production
  • endpoint-releaser publishes and promotes releases to new TUF infrastructure
  • Monitor + alert when TUF keys are nearing expiration (https://github.com/kolide/endpoint-releaser/issues/71)
  • Allow for changing TUF passphrase (completed but no CI job)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions