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

Allow associating an ID with a biscuit's root key #151

Merged
merged 2 commits into from
Nov 13, 2024

Commits on Oct 31, 2024

  1. Allow associating an ID with a biscuit's root key

    In order to accommodate biscuit issuers with multiple key pairs in
    use, whether concurrently or in an ongoing rotation cycle, biscuits
    can record and expose an identifier for the root private key used to
    sign its authority block. Allow issuers to associate such an
    identifier with the private key when creating a new biscuit.
    
    Introduce the option function "WithRootKeyID" to supply such an
    identifier at composition time, and the "(*Biscuit).RootKeyID" method
    to query this identifier later.
    seh committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8ea6cb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    9b7f488 View commit details
    Browse the repository at this point in the history