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 --client-cert-config option for secure connections in CLI run command #3504

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

Pragadesh-45
Copy link
Contributor

@Pragadesh-45 Pragadesh-45 commented Nov 19, 2024

Fixes: #3503

Description

This PR implements the feature of adding multiple Client certificates during runtime. In the latest versions, these certificates need to be stored in the collection and then executed using the CLI.

Additionally, I've a added a log to notify the user that client certs config has been added.

eg: bru run --client-cert-config clientCertConfig.json

Contribution Checklist:

  • The pull request only addresses one issue or adds one feature.
  • The pull request does not introduce any breaking changes
  • I have added screenshots or gifs to help explain the change if applicable.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.

Implementation

image

@Pragadesh-45 Pragadesh-45 changed the title feat: add ssl-cert-list option for secure connections in CLI run command feat: add --client-cert-config option for secure connections in CLI run command Nov 21, 2024
@lohxt1 lohxt1 marked this pull request as ready for review November 21, 2024 15:23
@lohxt1 lohxt1 merged commit 3a29e2e into usebruno:main Nov 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Adding Multiple SSL Certificates at Runtime - CLI
2 participants