-
Notifications
You must be signed in to change notification settings - Fork 77
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
feat(docker): add support for using external secrets for initialization phase #8197
Conversation
Signed-off-by: iromli <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8197 +/- ##
=======================================
Coverage ? 59.93%
=======================================
Files ? 36
Lines ? 3190
Branches ? 0
=======================================
Hits ? 1912
Misses ? 1278
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: iromli <[email protected]>
…d for CouchbaseLock Signed-off-by: iromli <[email protected]>
Signed-off-by: iromli <[email protected]>
Signed-off-by: Isman Firmansyah <[email protected]>
Quality Gate passed for 'agama parent'Issues Measures |
Quality Gate passed for 'orm'Issues Measures |
Signed-off-by: Isman Firmansyah <[email protected]>
Signed-off-by: Isman Firmansyah <[email protected]>
Quality Gate passed for 'jans-cli'Issues Measures |
Quality Gate passed for 'jans-pycloudlib'Issues Measures |
Quality Gate passed for 'Jans-Keycloak-Link'Issues Measures |
Quality Gate passed for 'Jans lock server parent'Issues Measures |
Quality Gate passed for 'jans-config-api-parent'Issues Measures |
Quality Gate passed for 'keycloak-integration-parent'Issues Measures |
Quality Gate passed for 'Fido2 API'Issues Measures |
Quality Gate passed for 'SCIM API'Issues Measures |
Signed-off-by: iromli <[email protected]>
Quality Gate passed for 'jans-core'Issues Measures |
Signed-off-by: iromli <[email protected]>
Signed-off-by: Isman Firmansyah <[email protected]>
Quality Gate passed for 'orm'Issues Measures |
Quality Gate passed for 'keycloak-integration-parent'Issues Measures |
Signed-off-by: iromli <[email protected]>
Signed-off-by: iromli <[email protected]>
Signed-off-by: iromli <[email protected]>
Signed-off-by: iromli <[email protected]>
Quality Gate passed for 'Jans-Keycloak-Link'Issues Measures |
Quality Gate passed for 'Fido2 API'Issues Measures |
Quality Gate passed for 'SCIM API'Issues Measures |
Hi there 👋, @DryRunSecurity here, below is a summary of our analysis and findings.
Note 🟢 Risk threshold not exceeded. Change Summary (click to expand)The following is a summary of changes in this pull request made by me, your security buddy 🤖. Note that this summary is auto-generated and not meant to be a definitive list of security issues but rather a helpful summary from a security perspective. Summary: The code changes in this pull request cover a wide range of Janssen application components, focusing on improving the security and maintainability of the application's deployment and configuration. Key security-related changes include:
Overall, the changes in this pull request demonstrate a strong focus on application security, with a emphasis on secure credential management, flexible persistence configuration, and improved monitoring and logging capabilities. These improvements help to reduce the attack surface and enhance the overall security posture of the Janssen application ecosystem. Files Changed:
Powered by DryRun Security |
Quality Gate passed for 'agama parent'Issues Measures |
Quality Gate passed for 'jans-linux-setup'Issues Measures |
Quality Gate passed for 'jans-cli'Issues Measures |
Quality Gate passed for 'jans-core'Issues Measures |
Quality Gate passed for 'jans-config-api-parent'Issues Measures |
Signed-off-by: iromli <[email protected]>
Quality Gate passed for 'jans-pycloudlib'Issues Measures |
Signed-off-by: iromli <[email protected]>
Signed-off-by: iromli <[email protected]>
Signed-off-by: iromli <[email protected]>
Signed-off-by: iromli <[email protected]>
Signed-off-by: iromli <[email protected]>
Signed-off-by: iromli <[email protected]>
Prepare
Description
Target issue
closes #7547
Implementation Details
Test and Document the changes