-
Notifications
You must be signed in to change notification settings - Fork 515
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
task: added api for getting default template values #2905
Conversation
|
GitGuardian id | Secret | Commit | Filename | |
---|---|---|---|---|
141558 | Generic High Entropy Secret | 152411a | scripts/devtron-reference-helm-charts/deployment-chart_1-1-0/env-values.yaml | View secret |
141558 | Generic High Entropy Secret | 152411a | scripts/devtron-reference-helm-charts/reference-chart_4-17-0/env-values.yaml | View secret |
2763127 | Generic High Entropy Secret | 152411a | scripts/devtron-reference-helm-charts/deployment-chart_1-1-0/secrets-test-values.yaml | View secret |
2763127 | Generic High Entropy Secret | 152411a | scripts/devtron-reference-helm-charts/reference-chart_4-17-0/secrets-test-values.yaml | View secret |
5236769 | Generic High Entropy Secret | 152411a | scripts/devtron-reference-helm-charts/deployment-chart_1-1-0/test-values.json | 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.
Our GitHub checks need improvements? Share your feedbacks!
Kudos, SonarCloud Quality Gate passed!
|
* docs: Updated README.md file for Devtron chart (#2887) * Updated README.md file for DEvtron chart * incorporated changes mentioned in comments * minor spelling correction --------- Co-authored-by: Shubham9t9 <shubhamkumar47022@gmai.com> * removed command to install a particular version of Devtron (#2888) Co-authored-by: Shubham9t9 <shubhamkumar47022@gmai.com> * feat: Support of reuse container image in containers section in reference chart 4-17 (#2675) * support of reuse conatiner image in containers section * support of reuse container image in latest deployment and rollout chart * added the readme --------- Co-authored-by: Ajay Kumar <ajaykumar@Ajays-MacBook-Pro.local> * release: PR for v0.6.11 (#2866) * Created release-notes files * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of hyperion in installer * Updated latest image of devtron in installer * Updated release notes * Updated latest image of hyperion in installer * Updated latest image of devtron in installer * Updated latest image of dashboard in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of dashboard in installer * Updated latest image of hyperion in installer * Updated latest image of dashboard in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated latest image of ci-runner in installer * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated release notes * Updated latest image of hyperion in installer * Updated latest image of devtron in installer * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of hyperion in installer * Updated latest image of devtron in installer * Updated release notes * Updated release notes * Updated latest image of hyperion in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of hyperion in installer * Update release.txt * Updated latest image of git-sensor in installer * Updated latest image of kubewatch in installer * Updated latest image of image-scanner in installer * Updated latest image of git-sensor in installer * Updated latest image of ci-runner in installer * Updated latest image of lens in installer * Updated nats image in devtron latest release * Update installation-script * Updated latest image of devtron in installer * Updated latest image of kubelink in installer * Updated latest image of dashboard in installer * Update values.yaml * Updated latest image of hyperion in installer * Updated release-notes files * Update releasenotes.md --------- Co-authored-by: pawan-mehta-dt <117346502+pawan-mehta-dt@users.noreply.github.com> * feat: Showing app status on app listing page (#2799) * wip * rest-handler commit * constructors added * test commit * minor design change and resthandler dev * getting app_name and env_name in repo layer for rbac optimisation * rabc checks moved to service layer for optimisation * rbac checks in batch * getting env_identifier instead of env name * delete and update methods completed in repo layer * updating app-status for applisting and cdhandler hook points * updating app-status for app-store app deployed with gitops * added AppId field in InstalledAppAndEnvDetails struct * added update app status hook in fetch resource tree function * wip * unstable wire * sending app_status for overview page via other env api * fix * added delete with appid and envid api's * deleted active column from db * fix * query fix * query fix * fix * update hook added * fix * fix * wire * wire hyperion * query output error fix * delete api fix * delete api fix for installed apps * open api helm-app struct updated * delete query change * sql up script * port fix * delete hook code updated * unit test skeleton added for repo layer * cleaned unused code * unit tests WIP * unit tests(service layer) done for update api * unit tests(service layer) done for Delete api * fix * mocks * Integration tests WIP * integration tests for update method * integration tests for delete method * integration tests for delete_with_appid method * integration tests for delete_with_envid method * fix * restructuring * renaming script number * minor code restructuring * refactor tests * skip tests stmnts added * added filter support on app_status * script number changed * fix * query fix * wip * storing suspended status as hibernating * app-status filtering for installed apps * update app-status on appStatus_update_topic nats event * updated sql script number * wire * port fix * fix * code review changes * sql down script * removed code duplication * improved logging * code review changes * optimised query * query fix * removed commented code * changed error log to warn log * updated sql script number * fix: ingress url missing (#2915) * hotfix ingress url for get resource * fix cluster id in get resource request * task: added api for getting default template values (#2905) * added api for getting default template values * refactoring * updated spec * feat: argo stack upgrade (#2597) * updated libraries * temp change: reverted go version * argocd assets * updated go version for full mode Dockerfile * updated argo cd chart and server version * updated argo workflow image and removed pns executor from workflow-controller cm * updated argo wf controller executor image * updated wf controller and executor image * updated devtron-bom.yaml * added wf controller image config in devtron-bom.yaml * reverted change in workflow.yaml * updated argo wf controller crds * wip * updated workflow controller crds * wip - updated image * reverted image change * added argocd assets * wip * image changes * updated installation script * reverted argo image changes * reverted argo image changes - part 2 * reverted rollout image --------- Co-authored-by: Shubham Kumar <87755583+Shubham9t9@users.noreply.github.com> Co-authored-by: Shubham9t9 <shubhamkumar47022@gmai.com> Co-authored-by: AJAY KUMAR <99399155+ajaydevtron@users.noreply.github.com> Co-authored-by: Ajay Kumar <ajaykumar@Ajays-MacBook-Pro.local> Co-authored-by: Prakarsh <71125043+prakarsh-dt@users.noreply.github.com> Co-authored-by: pawan-mehta-dt <117346502+pawan-mehta-dt@users.noreply.github.com> Co-authored-by: Gireesh Naidu <111440205+gireesh-devtron@users.noreply.github.com> Co-authored-by: Vikram <73224103+vikramdevtron@users.noreply.github.com>
Description
Expose api for getting default values of a chart version.
Fixes #2916
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist:
Does this PR introduce a user-facing change?