You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
ockam reset -y
ockam vault create aws --aws-kms
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
The text was updated successfully, but these errors were encountered:
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
commandSteps to reproduce
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
The text was updated successfully, but these errors were encountered: