-
Notifications
You must be signed in to change notification settings - Fork 74
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
fix(jans-pycloudlib): couchbase client exec_query doesn't support timeout option #9519
Conversation
…eout option Signed-off-by: iromli <[email protected]>
DryRun Security SummaryThis pull request focuses on improving the security and reliability of the Couchbase persistence layer in the jans-pycloudlib library by introducing timeout handling, configuring Couchbase connection properties, and synchronizing Couchbase certificates. Expand for full summarySummary: The code changes in this pull request focus on improving the security and reliability of the Couchbase persistence layer in the jans-pycloudlib library. The key changes include:
These changes demonstrate a proactive approach to improving the application's security and reliability when interacting with the Couchbase database. By addressing timeout handling, connection management, and certificate synchronization, the pull request helps mitigate potential security vulnerabilities and improve the overall stability of the Couchbase integration. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
Quality Gate passed for 'jans-pycloudlib'Issues Measures |
Quality Gate passed for 'jans-cli'Issues Measures |
Quality Gate passed for 'jans-linux-setup'Issues Measures |
Quality Gate passed for 'jans-config-api-parent'Issues Measures |
Quality Gate passed for 'orm'Issues Measures |
…eout option (#9519) Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
…eout option (#9519) Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]> Former-commit-id: 34c6899
Prepare
Description
Target issue
closes #5618
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.