Conversation
Deploying localstack-docs with
|
| Latest commit: |
745de87
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://59f87855.localstack-docs.pages.dev |
| Branch Preview URL: | https://harshmishra-doc-76.localstack-docs.pages.dev |
paolosalvatori
left a comment
There was a problem hiding this comment.
Thanks Harsh, I'm adding @bryansan-local as an additional reviewer as he created the emulator for Azure Key Vault. It looks good to me. Maybe we could extend the documentation to show how to:
- Update a secret
- Peek a specific secret version
- Delete a secret
- Create a certificate
- Read a certificate
- Etc.
Please check my comments. and additions. I approve it the PR but it would be great if you could include suggested content and make the necessary edits and additions. cc: @lazarkanelov
Question for Bryan: does LocalStack for Azure uses any environment variable to customize the behavior of Azure Key Vault emulator? Any constraints to add in a specific section?
|
|
||
| Azure Key Vault is a managed service for securely storing and accessing secrets, keys, and certificates. | ||
| It helps centralize sensitive configuration and credentials for your applications and services. | ||
| Key Vault also supports secure key management and certificate lifecycle operations. |
There was a problem hiding this comment.
| Key Vault also supports secure key management and certificate lifecycle operations. | |
| Key Vault also supports secure key management and certificate lifecycle operations. For more information, see [About Azure Key Vault](https://learn.microsoft.com/en-us/azure/key-vault/general/overview). |
| It helps centralize sensitive configuration and credentials for your applications and services. | ||
| Key Vault also supports secure key management and certificate lifecycle operations. | ||
|
|
||
| LocalStack for Azure allows you to build and test Key Vault workflows in your local environment. |
There was a problem hiding this comment.
| LocalStack for Azure allows you to build and test Key Vault workflows in your local environment. | |
| LocalStack for Azure provides a local environment for building and testing applications that make use of Azure Key Vault. |
|
I would also add a reference to the following sample which makes use of Azure Key Vault. Now the repo is still private, but we plan to flip it to public when we go live: |
|
@bryansan-local can you please review this article and provide your notes and suggestions? For example, does the emulator make use of environment variables to customize the behavior of the Key Vault emulator? What are the main limitations and constraints with respect to Key Vault on Azure? Thanks! |
No, it doesn't use any environment variables to customize behaviors. The only limitation I know of is not supporting keys or any HSM-related operations or operations related to getting a real certificate from an official CA.
Do you really think we should include sample code for all these operations? In my opinion people can already use without any changes the documentation and samples of the client SDK they are using so we don't really have to duplicate it nor maintain it. Thoughts @DrisDary, @lazarkanelov, @alexlave100, @bblommers? @paolosalvatori will we add a list of all the operations we support like we had in the old docs? That was pretty useful |
Is this bit by any chance? |
| } | ||
| ] | ||
| ``` | ||
|
|
There was a problem hiding this comment.
I would add a bit here showing this to close the loop.
azlocal stop_interception
I think it's worth keeping, for two reasons:
Yes, that's the bit that loads the table with all supported services. The first comment has a link to a preview where you can see how it looks. This is the direct link to the KeyVault page: https://59f87855.localstack-docs.pages.dev/azure/services/key-vault/ |
I think in general we should because as @bblommers rightfully said its good for people who need to understand how certificates are used. |
Resolves DOC-76