-
Notifications
You must be signed in to change notification settings - Fork 0
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
Secure key storage #290
base: main
Are you sure you want to change the base?
Secure key storage #290
Conversation
I had a look at one of the failing tests:
I ran a troubleshooting locally and can confirm that it is indeed because a MASTER_KEY env variable is not fed to the test. I am not fully aware of your current setup for setting those variables during tests, but make sure you're also setting this one your changes expect. The other failure message also appears related to your changes introducing a call to a
Overall, I have another question: are all tests consistently passing on your local environments in the team, or you just expect them to pass on the pipeline? I'm asking because I feel something got broken in the meantime. |
the pipeline runs the tests with all the features enable while locally we run with the default features that's why |
crates/web-plugins/didcomm-messaging/protocols/mediator-coordination/Cargo.toml
Outdated
Show resolved
Hide resolved
storage/did.json
Outdated
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.
Do you mean to commit this file?
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.
NO
storage/oob_invitation.txt
Outdated
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.
Do you mean to commit this file?
storage/qrcode.txt
Outdated
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.
Do you mean to commit this file?
No description provided.