-
Notifications
You must be signed in to change notification settings - Fork 60
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
Remove TLS from install guide #229
Conversation
Hello, I am a code review bot on flows.network. Here are my reviews of code commits in this PR. Summary:In reviewing the GitHub Pull Request titled "Remove TLS from install guide," several potential issues and important findings emerged. The primary concerns revolve around the removal of TLS support from the installation guide and the potential impacts on users who rely on secure communication. The changes introduce a shift towards directly compiling TLS functions into WebAssembly, emphasizing portability but potentially creating confusion and security implications. Potential Issues and Errors:
Important Findings:
In conclusion, the Pull Request's changes aim to enhance portability and usability but require careful consideration to address potential issues, ensure clarity, maintain security standards, and improve the overall user experience. Further clarification, documentation updates, and validation of changes are necessary to guarantee a successful transition for users. DetailsCommit add404327a49904e7e9832827b40c11853ddbd8bKey Changes:
Potential Problems:
Overall, the changes appear to expand the plug-in options available but may require further clarifications and corrections for a seamless user experience. Commit 697013b60a1a75732c974a4cb5dac56a54cc9662Key Changes:
Potential Problems:
Overall, the explanation for the deprecation and its implications need to be clarified, and the installation instructions should be updated to reflect the changes. Commit d4660bcbaa703f443ca4b559d51ec1dd8cce2b60Key Changes:
Findings:
Based on the changes, it is critical to validate that the removal of TLS support aligns with the project's security requirements. Additionally, ensure that the code examples and configuration notes are accurate and impactful for users. Commit 3a8a58e5e8d8e0d9cab77fe7caf48261ef4f4162Key Changes:
Potential Problems:
Overall, the decision to remove TLS and the introduction of manual dependency patching should be carefully evaluated to ensure compatibility, security, and ease of use for users. Consider providing clear documentation and possibly automation tools for dependency management. |
I don't think we should remove the rustTLS plugin directly because ome existing WasmEdge programs may depend on the rustTLS plugin. How about adding a special note for the RustTLS plugin? |
Signed-off-by: Michael Yuan <[email protected]>
Signed-off-by: Michael Yuan <[email protected]>
Done |
Signed-off-by: Michael Yuan <[email protected]>
Signed-off-by: Michael Yuan <[email protected]>
Explanation
Remove TLS Plugin from install docs
/kind documentation