Skip to content
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

Lean Cloud Push should only encrypt the primary project and not the associated library project - Same as Local Platform #385

Conversation

rjra2611
Copy link
Member

@rjra2611 rjra2611 commented Dec 6, 2023

The command receives the encryption action and keys but when pushing the project, we also push the associated library projects with it. The encryption info was getting passed to the library projects during their push action for which the API rejects as per the standard encryption checks.

This PR fixes the issue by only encrypting the primary project and not library projects associated with it.

Sanity Tested Locally

image

Copy link
Member

@Martin-Molinero Martin-Molinero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 👍

@Martin-Molinero Martin-Molinero merged commit 2e1b8e0 into QuantConnect:master Dec 6, 2023
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot Push Encrypted Projects With Same Library
2 participants