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

Implement client-side APK discovery in apko #1216

Merged
merged 2 commits into from
Jul 24, 2024

Commits on Jul 23, 2024

  1. Implement client-side APK discovery in apko

    The protocol follows a roughly similar handshake to OIDC discovery, hitting `{repository}/apk-configuration`, extracting the `jwks_uri` and then recording each pem-encoded key as `/etc/apk/keys/{kid}.rsa.pub`.
    
    Signed-off-by: Matt Moore <[email protected]>
    mattmoor committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e267097 View commit details
    Browse the repository at this point in the history
  2. Drop cosign dep, improve error checks, add test

    Signed-off-by: Matt Moore <[email protected]>
    mattmoor committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c3ba50a View commit details
    Browse the repository at this point in the history