question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add CreateOctKeyOptions to Key Vault Keys

See original GitHub issue

Now that oct-hsm is supported, we should consider adding CreateOctKeyOptions that, at least, has a hardwareProtected property as well.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
heathscommented, Feb 2, 2021

Also, you can’t use createKey to specify a key size, though, which is valid for oct and oct-HSM.

Yes, hardwareProtected is superfluous on Managed HSM because it’s all hardware-protected, but the APIs are designed to be 100% compatible, even if not fully implemented across the services. What would be the customer benefit in erring just because on MHSM they said {hardwareProtected: false}? The value is just ignored because they already chose an MHSM.

0reactions
heathscommented, Feb 2, 2021

It’s already planned for next release (7.3).

Read more comments on GitHub >

github_iconTop Results From Across the Web

CreateKeyOptions Class (Azure.Security.KeyVault.Keys)
The key-specific properties needed to create a key using the KeyClient. In this article. Definition; Constructors; Properties; Applies to. C#
Read more >
Azure Key Vault key client library for .NET | Azure SDK for .NET
Getting started. Install the package. Install the Azure Key Vault keys client library for .NET with NuGet: dotnet add package Azure.Security.KeyVault.Keys ...
Read more >
@azure/keyvault-keys - npm
Isomorphic client library for Azure KeyVault's keys.. Latest version: 4.6.0, last published: 3 months ago. Start using @azure/keyvault-keys ...
Read more >
How to configure access to key vault | Azure Portal Series
In this episode of the Azure Portal “How-to” series, learn how to configure access to your key vault, secrets, certificates, and keys.
Read more >
Accessing Azure key vault keys from ADF - Stack Overflow
If I am not correct you need to request the private keys from Azure Key Vault as secrets, not keys. For example, if...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found