Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

status: Pass correct remote name when verifying #3131

Merged
merged 2 commits into from
Jan 5, 2024

Commits on Jan 4, 2024

  1. status: Pass correct remote name when verifying

    The default `ostree admin status` tries to do signature
    verification, but doesn't error out if that fails.
    
    However, an extremely longstanding bug here is that we passed
    the "osname" aka stateroot instead of the remote name.  This
    happens to work for e.g. Fedora Silverblue today, where they
    are the same.  It doesn't work on FCOS (remote = fedora, stateroot = fedora-coreos).
    cgwalters committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    24bf5b7 View commit details
    Browse the repository at this point in the history
  2. status: Add an option to skip signature verification

    Since it's really expensive in some cases.
    cgwalters committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    e95109b View commit details
    Browse the repository at this point in the history