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

Add certificate/key granular error handling for AKV provider #1472

Open
1 task done
akashsinghal opened this issue May 14, 2024 · 0 comments
Open
1 task done

Add certificate/key granular error handling for AKV provider #1472

akashsinghal opened this issue May 14, 2024 · 0 comments
Labels
enhancement New feature or request triage Needs investigation

Comments

@akashsinghal
Copy link
Collaborator

What would you like to be added?

Currently, AKV KMP provider will fail to create if any key/certificate fetch operation fails. This causes a blocking operation for the entire resource if just one key/certificate is misconfigured, disabled etc.

Ratify should:

  1. Introduce a new message field to the existing key/certificates status. This can be used to surface errors specific to a single key/certificate.
  2. Refactor the KeyManagementProvider resource status struct to return the entire keys/certs status map even on failure. Currently it only returns the brief error and the full error on failure.

Anything else you would like to add?

No response

Are you willing to submit PRs to contribute to this feature?

  • Yes, I am willing to implement it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Needs investigation
Projects
None yet
Development

No branches or pull requests

1 participant