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 to retry with no tags when loading privatekeys #631

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

maraino
Copy link
Contributor

@maraino maraino commented Nov 14, 2024

Description

This function allows you to retry the load of a key without tags if the original URL didn't have one.

This is used only in GetPublicKey and CreateSigner. It is not used in SearchKeys as duplicate keys must be removed.

cc: @joshdrake

This function allows to retry the retrieval of a key without tags if the
original uri didn't have one.

This is used only in GetPublicKey and CreateSigner. It is not used in
SearchKeys as we will need to remove duplicated keys.
Copy link
Contributor

@joshdrake joshdrake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One errant debugging statement, otherwise lgtm.

kms/mackms/mackms.go Outdated Show resolved Hide resolved
@maraino maraino requested a review from joshdrake November 14, 2024 02:52
@maraino maraino merged commit 74dea0b into master Nov 14, 2024
12 checks passed
@maraino maraino deleted the mariano/mackms-tags branch November 14, 2024 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants