-
Notifications
You must be signed in to change notification settings - Fork 549
misc: Api specs and validations added #6807
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
Conversation
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n |
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n |
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n |
1 similar comment
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n |
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n |
Bito Review Skipped - No Changes Detected |
Bito Review Skipped - No Changes Detected |
Bito Review Skipped - No Changes Detected |
# Conflicts: # go.mod # go.sum # vendor/modules.txt
fix: common validation and error enhancement
Bito Automatic Review Skipped - Large PR |
Bito Automatic Review Skipped - Large PR |
* docs: deployment template api spec fixes * fix: post api fixes iteration 1 * fix: post api fixes iteration 1.1
Bito Automatic Review Skipped - Large PR |
Bito Automatic Review Skipped - Large PR |
Bito Automatic Review Skipped - Large PR |
Bito Automatic Review Skipped - Large PR |
|
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
19465121 | Triggered | Generic High Entropy Secret | 15b2a4f | scripts/sql/34304100_bulk_edit_config.up.sql | View secret |
19601641 | Triggered | AWS IAM Keys | 67387e6 | tests/api-spec-validation/reports/live-server-validation-report.md | View secret |
19601642 | Triggered | GitHub Fine Grained Personal Access Token | 67387e6 | tests/api-spec-validation/reports/live-server-validation-report.md | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Bito Automatic Review Skipped - Large PR |
Description
Fixes https://github.com/devtron-labs/sprint-tasks/issues/2519
Checklist:
Does this PR introduce a user-facing change?
Summary by Bito
This pull request refactors import statements in ParamParserUtils.go and HandlerService.go for better organization, enhances API specifications and validations in the Devtron orchestrator by adding detailed descriptions and new endpoints for managing Kubernetes resources, improves telemetry functionality, updates error response structure and Helm chart versions, and refines error handling. Additionally, it enhances documentation for better usability, significantly improving functionality and clarity for developers and users.