Skip to content

ListKeys should only be callable on the Core provider #310

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

Closed
hug-dev opened this issue Jan 8, 2021 · 1 comment · Fixed by #313
Closed

ListKeys should only be callable on the Core provider #310

hug-dev opened this issue Jan 8, 2021 · 1 comment · Fixed by #313
Labels
bug Something isn't working

Comments

@hug-dev
Copy link
Member

hug-dev commented Jan 8, 2021

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.

@hug-dev
Copy link
Member Author

hug-dev commented Jan 11, 2021

Actually we already check that here, but we should add a test for ListKeys.

hug-dev added a commit to hug-dev/parsec that referenced this issue Jan 11, 2021
hug-dev added a commit to hug-dev/parsec that referenced this issue Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant