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

Azure KeyVault integration for key management #5

Open
leastprivilege opened this issue Jan 15, 2021 · 4 comments
Open

Azure KeyVault integration for key management #5

leastprivilege opened this issue Jan 15, 2021 · 4 comments
Assignees
Milestone

Comments

@leastprivilege
Copy link
Member

No description provided.

@amadard
Copy link

amadard commented Apr 22, 2022

I love the new key management functionality, and I am right now working through how to connect that to a KeyVault using the ISigningKeyStore. I haven't been able to find an elegant way to use the KeyVaults certificate functionality, so I am building my solution to just store the SerializedKey as a secret in the KeyVault.

@brockallen
Copy link
Member

I haven't been able to find an elegant way to use the KeyVaults certificate functionality, so I am building my solution to just store the SerializedKey as a secret in the KeyVault.

Yep, that's how you'd do that integration. The key management is not designed to outsource the key generation itself.

@amadard
Copy link

amadard commented Apr 23, 2022

I haven't been able to find an elegant way to use the KeyVaults certificate functionality, so I am building my solution to just store the SerializedKey as a secret in the KeyVault.

Yep, that's how you'd do that integration. The key management is not designed to outsource the key generation itself.

Good to know, thanks!

Are you considering a future upgrade to allow outsourcing? It would be an enhancement that my security department would appreciate, so they have more control.

@brockallen
Copy link
Member

Are you considering a future upgrade to allow outsourcing?

In that case, I think you'd disable our key management and instead replace the ITokenService. We have had customers do this when they wanted their signing done inside the firewall when their IdentityServer was in the DMZ (if I recall correctly).

@leastprivilege leastprivilege removed their assignment Dec 22, 2022
@brockallen brockallen added this to the Future milestone Jan 23, 2024
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

3 participants