-
Notifications
You must be signed in to change notification settings - Fork 76
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
chore(cloud-native)!: remove couchbase support from OCI images #10132
Conversation
Signed-off-by: iromli <[email protected]>
DryRun Security SummaryThe pull request primarily focuses on removing support for Couchbase as a persistence backend and transitioning the Janssen Project applications to use SQL-based or hybrid persistence, while also updating various application configurations and component versions to maintain the security posture of the applications. Expand for full summarySummary: The code changes in this pull request are primarily focused on removing support for Couchbase as a persistence backend and transitioning the Janssen Project applications to use SQL-based or hybrid persistence. This simplifies the codebase and reduces the attack surface by eliminating the need to handle Couchbase-specific vulnerabilities and configurations. Additionally, the changes include updates to various application configurations, such as client redirect URIs, API dynamic configurations, and scope management. These updates help maintain the security posture of the applications by ensuring that the necessary security settings are in place and that the principle of least privilege is enforced. The version updates for the Janssen Project components also suggest that the maintainers are actively addressing potential security vulnerabilities by incorporating the latest security fixes and improvements. Files Changed:
Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
… image Signed-off-by: iromli <[email protected]>
Signed-off-by: iromli <[email protected]>
Prepare
Description
Target issue
closes #10127
Implementation Details
Test and Document the changes
Please check the below before submitting your PR. The PR will not be merged if there are no commits that start with
docs:
to indicate documentation changes or if the below checklist is not selected.