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

feat: add Vault Module #942

Merged
merged 47 commits into from Mar 23, 2023
Merged

feat: add Vault Module #942

merged 47 commits into from Mar 23, 2023

Conversation

alihanyalcin
Copy link
Contributor

What does this PR do?

Support for Vault containers

Why is it important?

Vault is an open-source tool designed for securely storing, accessing, and managing secrets and sensitive data such as passwords, certificates, API keys, and other confidential information.

alihanyalcin and others added 30 commits February 17, 2023 14:09
# Conflicts:
#	.github/dependabot.yml
Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
@alihanyalcin alihanyalcin requested a review from a team as a code owner March 17, 2023 21:37
@netlify
Copy link

netlify bot commented Mar 17, 2023

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit e845378
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/641c68959b3ca200089cb903
😎 Deploy Preview https://deploy-preview-942--testcontainers-go.netlify.app/modules/vault
📱 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 settings.

Copy link
Member

@eddumelendez eddumelendez left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution @alihanyalcin ! I have left some comments based on the experience in Java modules implementation in general. I understand the implementation has been based on Testcontainers for Java but let's build a better version of it in Go 😉

modules/vault/options.go Outdated Show resolved Hide resolved
modules/vault/options.go Outdated Show resolved Hide resolved
modules/vault/options.go Outdated Show resolved Hide resolved
modules/vault/vault.go Outdated Show resolved Hide resolved
@mdelapenya mdelapenya self-assigned this Mar 21, 2023
@mdelapenya mdelapenya added the enhancement New feature or request label Mar 21, 2023
mdelapenya
mdelapenya previously approved these changes Mar 21, 2023
Copy link
Collaborator

@mdelapenya mdelapenya left a comment

Choose a reason for hiding this comment

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

@alihanyalcin another great PR for the vault module, thank you for your love to Testcontainers!

I'll wait for @eddumelendez to check the comments he had before merging the PR, but other than that, great job!

docs/modules/vault.md Show resolved Hide resolved
modules/vault/vault.go Outdated Show resolved Hide resolved
modules/vault/vault.go Outdated Show resolved Hide resolved
@alihanyalcin
Copy link
Contributor Author

Hi @mdelapenya @eddumelendez I've added requested changes.

@mdelapenya
Copy link
Collaborator

I'm waiting for the CI to add this new module. Thanks @alihanyalcin for your dedication here making Testcontainers for Go greater!

@sonarcloud
Copy link

sonarcloud bot commented Mar 23, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@mdelapenya mdelapenya changed the title Vault Module feat: add Vault Module Mar 23, 2023
@mdelapenya mdelapenya merged commit 0c663fe into testcontainers:main Mar 23, 2023
51 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.

None yet

3 participants