Skip to content

feat: Add env vars for TLS options#26277

Merged
mgattozzi merged 1 commit intomainfrom
mgattozzi/tls-env
Apr 16, 2025
Merged

feat: Add env vars for TLS options#26277
mgattozzi merged 1 commit intomainfrom
mgattozzi/tls-env

Conversation

@mgattozzi
Copy link
Copy Markdown
Contributor

This commit is a follow up to #26246 and adds env vars to all of the TLS options in Core/Enterprise. This allows users to specify things like a CA file so that they don't need to run every single command with it specified. Same with the cert and key files. This is also nice for letting users configure environments like a Docker container with an env var rather than with command line args.

Closes #26253

This commit is a follow up to #26246 and adds env vars to all of the TLS
options in Core/Enterprise. This allows users to specify things like a
CA file so that they don't need to run every single command with it
specified. Same with the cert and key files. This is also nice for
letting users configure environments like a Docker container with an
env var rather than with command line args.

Closes #26253
@mgattozzi mgattozzi requested a review from a team April 16, 2025 15:37
@mgattozzi mgattozzi merged commit ab13c05 into main Apr 16, 2025
12 checks passed
@mgattozzi mgattozzi deleted the mgattozzi/tls-env branch April 16, 2025 16:11
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.

[TLS, V3] Add env var for --tls-ca flags

3 participants