Skip to content

feat: Add Lowkey Vault module #1344

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

Merged

Conversation

Xor-el
Copy link
Contributor

@Xor-el Xor-el commented Jan 19, 2025

What does this PR do?

Adds new module to support Lowkey Vault.

Why is it important?

This makes it possible for us to write Integration Tests for services that rely on Azure Key Vault.

Related issues

How to test this PR

Automated tests have been added to the project that verifies connectivity, test set/get secrets and create/download certificates.

Follow-ups

None at this time.

Copy link

netlify bot commented Jan 19, 2025

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit c5de637
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/6807ddaab000ea000803afd2
😎 Deploy Preview https://deploy-preview-1344--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Xor-el Xor-el force-pushed the feature/add-lowkey-vault-support branch from 7990cdc to d27c20f Compare February 1, 2025 18:53
@Xor-el
Copy link
Contributor Author

Xor-el commented Mar 21, 2025

Hi @HofmeisterAn sorry to bother you, but would you be able to review this when you get a chance? Appreciate it!

Copy link
Collaborator

@HofmeisterAn HofmeisterAn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're not bothering me at all. Thanks for the PR and your contribution! I was just busy with work related stuff over the past few days. I know I'm behind on reviewing PRs. I'm trying to keep up with the time I have while balancing work and family commitments.

I took a look at it, and I think we need to discuss or address a few things before we can merge the PR. Mainly, we need to review the APIs that the container builder offers. Are they truly necessary to run a Lowkey Vault instance?

@Xor-el Xor-el requested a review from HofmeisterAn March 22, 2025 11:34
@Xor-el
Copy link
Contributor Author

Xor-el commented Mar 26, 2025

Hi @HofmeisterAn just letting you know that the changes requested has been done in case you missed that and review re-requested.

@Xor-el
Copy link
Contributor Author

Xor-el commented Apr 3, 2025

Hello @HofmeisterAn gentle reminder on this.

Copy link
Collaborator

@HofmeisterAn HofmeisterAn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I finally had some time to look over the PR. I aligned it with the repo standards and simplified the builder implementation by setting the env variable at the end (in the Build() method), LMKWYT. I still need to take a look at the tests, then we should be good to go. Thanks for the PR!

@Xor-el
Copy link
Contributor Author

Xor-el commented Apr 22, 2025

Hello @HofmeisterAn thanks for the updates.
The changes you've introduced really help simplify the module — much appreciated. I’ve reviewed them and everything looks good on my side.

Feel free to merge once you're ready.

@HofmeisterAn HofmeisterAn added the enhancement New feature or request label Apr 22, 2025
@HofmeisterAn HofmeisterAn changed the title Add Lowkey Vault module feat: Add Lowkey Vault module Apr 22, 2025
@HofmeisterAn
Copy link
Collaborator

Thanks

@HofmeisterAn HofmeisterAn merged commit 70bece4 into testcontainers:develop Apr 22, 2025
73 of 129 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement]: Add Lowkey Vault Test Container
2 participants