chore(fix): Resolve Snyk IaC Findings for RHDH Helm Chart (with and without Orchestrator)#166
Conversation
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
|
/cc @rm3l |
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
rm3l
left a comment
There was a problem hiding this comment.
@Fortune-Ndlovu Could you look into the CI failures reported? It looks like the DB container might fail to start: https://github.com/redhat-developer/rhdh-chart/actions/runs/15486926807/job/43603618835?pr=166#step:13:4901
Thanks.
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
|
@rm3l, the root cause was that we had enabled This resulted in a CrashLoopBackOff and prevented Backstage from connecting to the DB, which in turn caused multiple plugins (like healthcheck) to fail initialization. I have removed the |
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
… pod and does not allow hardcoding UIDs by default. Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
…ing. Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
|



Description of the change
This PR addresses all reported Snyk Infrastructure-as-Code (IaC) findings for the RHDH Helm Chart in both configurations:
backstage)backstage-orchestrator)https://app.snyk.io/org/developer-red-hat-developer-hub/projects
Validation
snyk iac testshows 0 issues for both:output/backstageoutput/backstage-orchestratorExisting or Associated Issue(s)
https://issues.redhat.com/browse/RHIDP-7490
Additional Information
Checklist
Chart.yamlaccording to semver.values.yamland added to the README.md. The pre-commit utility can be used to generate the necessary content. Usepre-commit run -ato apply changes.pre-commithook.ct lintcommand.