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

TLS - Prevent Duplicate Entries in .env File #42753

Merged

Conversation

cescoffier
Copy link
Member

Previously, when generating local certificates, running the command multiple times could result in duplicate lines being written to the .env file. This PR resolves the issue by implementing the same mechanism used in the Let's Encrypt commands, ensuring that duplicate entries are avoided.

Previously, when generating local certificates, running the command multiple times could result in duplicate lines being written to the `.env` file. This commit resolves the issue by implementing the same mechanism used in the Let's Encrypt commands, ensuring that duplicate entries are avoided.
@quarkus-bot
Copy link

quarkus-bot bot commented Aug 26, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 1aa9508.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@sberyozkin sberyozkin merged commit 089af7f into quarkusio:main Aug 26, 2024
20 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.16 - main milestone Aug 26, 2024
@gsmet gsmet modified the milestones: 3.16 - main, 3.14.1 Aug 27, 2024
@cescoffier cescoffier deleted the tls-avoid-duplicates-in-dot-env branch August 30, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants