We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
ListKeys is a core operation and should not be callable on crypto providers. Reference: this, also this on Slack.
ListKeys
A test need to be added to make sure that PsaErrorNotSupported is returned when this operation is called on crypto providers.
PsaErrorNotSupported
The text was updated successfully, but these errors were encountered:
Actually we already check that here, but we should add a test for ListKeys.
Sorry, something went wrong.
Add a test checking ListKeys provider target
aa1384f
Fix parallaxsecond#310 Signed-off-by: Hugues de Valon <[email protected]>
3ecc50a
Successfully merging a pull request may close this issue.
ListKeys
is a core operation and should not be callable on crypto providers.Reference: this, also this on Slack.
A test need to be added to make sure that
PsaErrorNotSupported
is returned when this operation is called on crypto providers.The text was updated successfully, but these errors were encountered: