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

Creating an identity on a aws kms vault fails #7727

Open
polvorin opened this issue Mar 7, 2024 · 0 comments
Open

Creating an identity on a aws kms vault fails #7727

polvorin opened this issue Mar 7, 2024 · 0 comments

Comments

@polvorin
Copy link
Member

polvorin commented Mar 7, 2024

Observed behavior

Is not possible to create an identity backed up by an aws kms vault.

The problem arise when the command must create the key on aws, it do work if one creates the key manually (asymmetric, ECC_NIST_P256), and then explicitly use it on the identity create  command

Steps to reproduce

  1. ockam reset -y
  2. ockam vault create aws --aws-kms
  3. ockam identity create

The above should create a new identity, with the root key stored on aws kms. But it fails with
invalid key type (origin: Vault, kind: Misuse, [...]

Desired behavior

A key must be created on aws kms, and used as the root key for the identity

Ockam Version

v0.117.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant