Skip to content

feat: sanitize docs#640

Merged
Achanandhi-M merged 5 commits intomainfrom
feat/sanitize
Sep 10, 2025
Merged

feat: sanitize docs#640
Achanandhi-M merged 5 commits intomainfrom
feat/sanitize

Conversation

@officialasishkumar
Copy link
Member

What has changed?

Please include a summary of the change.

This PR Resolves keploy/keploy#2928

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • Documentation update (if none of the other choices apply).

How Has This Been Tested?

Please run npm run build and npm run serve to check if the changes are working as expected. Please include screenshots of the output of both the commands. Add screenshots/gif of the changes if possible.

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.

Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
Copilot AI review requested due to automatic review settings September 1, 2025 13:24
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds documentation for the new sanitize command to the CLI commands documentation. The sanitize command helps remove sensitive data from recorded test cases by replacing secrets with template placeholders and storing original values in a separate secret.yaml file.

  • Adds documentation for the sanitize command functionality and usage
  • Updates the command flags reference table to include sanitize command options

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Achanandhi-M
Copy link
Contributor

hey @officialasishkumar can you please address the copilot suggestions?

officialasishkumar and others added 3 commits September 2, 2025 11:13
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
Signed-off-by: Gourav kumar <44055698+gouravkrosx@users.noreply.github.com>
@gouravkrosx
Copy link
Member

@officialasishkumar Can we merge this?

@officialasishkumar
Copy link
Member Author

not yet,

this can only be merged after the sanitize pr gets merged

Copy link
Member

@Sarthak160 Sarthak160 left a comment

Choose a reason for hiding this comment

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

LGTM

@Achanandhi-M
Copy link
Contributor

Hey @officialasishkumar is the PR for santize got merged?

@officialasishkumar
Copy link
Member Author

@Achanandhi-M Yes its merged

@Achanandhi-M Achanandhi-M merged commit acd3193 into main Sep 10, 2025
4 of 7 checks passed
@Achanandhi-M Achanandhi-M deleted the feat/sanitize branch September 10, 2025 08:08
Achanandhi-M pushed a commit that referenced this pull request Sep 30, 2025
* feat: sanitize docs

Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>

* feat: fix the typo in normalize cmd

Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>

* Update cli-commands.md

Signed-off-by: Gourav kumar <44055698+gouravkrosx@users.noreply.github.com>

---------

Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
Signed-off-by: Gourav kumar <44055698+gouravkrosx@users.noreply.github.com>
Co-authored-by: Gourav kumar <44055698+gouravkrosx@users.noreply.github.com>
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.

[feature]: Automatic Secret Sanitization

5 participants