-
Notifications
You must be signed in to change notification settings - Fork 11
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: at_auth : use different IVs for encrypting encryptionPrivateKey and selfEncryptionKey. #735
fix: at_auth : use different IVs for encrypting encryptionPrivateKey and selfEncryptionKey. #735
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
functional tests are failing
@gkc : The functional tests are failing because the at_onboarding_cli functional tests runs on the "prod" server of secondary server. The changes related to different IV's are merged to trunk branch, and we are yet to release into canary and prod. Also, can we have two jobs where functional tests run on trunk version of secondary server and prod version of secondary server? or shall we modify the existing to run only on trunk? |
The functional tests pass now. |
- What I did