-
Notifications
You must be signed in to change notification settings - Fork 44
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
Enhancement: kpm requires offline mode to solve the situation without network #329
Comments
I have some question regarding to this issue |
Hi @vinayakjaas 😃 Good question! Let me provide a few more details on this issue.
The current lead work for this job has not been completed, and the related lead work is tracked by: |
Hey @zong-zhe , I've been diving into the details of the offline mode for KPM and I'm really interested in how this setup will handle checksum verification, which is crucial for maintaining package integrity and security without network access. Here are a couple of thoughts and questions I have: Checksum Verification Process: How will the offline mode affect the checksum verification for downloaded packages? I'm thinking we could implement a mechanism that checks checksums against a pre-cached list to ensure integrity even when offline. It could be a good enhancement for the LFX checksum project. Fallback Mechanisms: If checksum verification fails while offline, what fallback processes do you think we should propose to keep the system reliable and secure? I want to make sure we're heading in the right direction with this part of the project. |
Enhancement
Currently, kpm needs to connect to the network to get the metadata of the kcl dependencies, but in some cases, the kpm can not access to the network, so it is necessary to add offline mode to support the operation of kpm in a no-network environment.
The text was updated successfully, but these errors were encountered: