-
Notifications
You must be signed in to change notification settings - Fork 63
Create utility for generating Tink keysets #1627
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
Create utility for generating Tink keysets #1627
Conversation
tinkey requires a Java runtime environment and doesn't support outputting PEM-encoded public keys. Threw together this utility to generate keysets and output the keyset's primary key. This will be used when spinning up new log shards to create key material. Signed-off-by: Hayden B <[email protected]>
|
Putting this in Scaffolding so it can be used across deployments that need Tink keysets. |
sigstore/scaffolding#1627 replaces it. Signed-off-by: Hayden <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a good idea.
A mention in the README (or in some docs) would be nice but none of the other tools seem to be documented either so 🤷
Signed-off-by: Hayden B <[email protected]>
|
Thanks for the README suggestion, I added a doc for the command. We need to update the top-level readme in this repo as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be nice to get CI to test building this code on PRs this at some point
|
Added CI. |
Signed-off-by: Hayden B <[email protected]>
2c018bd to
3a78ea9
Compare
sigstore/scaffolding#1627 replaces it. Signed-off-by: Hayden <[email protected]>
tinkey requires a Java runtime environment and doesn't support outputting PEM-encoded public keys. Threw together this utility to generate keysets and output the keyset's primary key. This will be used when spinning up new log shards to create key material.
Summary
Release Note
Documentation