-
Notifications
You must be signed in to change notification settings - Fork 286
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(plugin-keychain-vault): no method to_raw found for struct Body #2120
Comments
WORK IN PROGRESS - DOES NOT YET WORK Fixes hyperledger-cacti#2120 Signed-off-by: Peter Somogyvari <[email protected]>
Hi @petermetz Which was an autogenerated code using openapi-generator 5.2.0 Now we have 2 approaches to this,
|
|
Primary changes -------------- 1. Updated rust docker container base image to the latest 2. Updated hyper, hyper-openssl, hyper-tls, swagger, tokio, tokio-openssl versions in cargo.toml 3. Updated the depricated to_body() method to to_bytes() method and relevant imports Fixes hyperledger-cacti#2120 Signed-off-by: jagpreetsinghsasan <[email protected]>
Primary changes -------------- 1. Updated rust docker container base image to the latest 2. Updated hyper, hyper-openssl, hyper-tls, swagger, tokio, tokio-openssl versions in cargo.toml 3. Updated the depricated to_body() method to to_bytes() method and relevant imports Fixes hyperledger-cacti#2120 Signed-off-by: jagpreetsinghsasan <[email protected]>
Primary changes -------------- 1. Updated rust docker container base image to the latest 2. Updated hyper, hyper-openssl, hyper-tls, swagger, tokio, tokio-openssl versions in cargo.toml 3. Updated the depricated to_body() method to to_bytes() method and relevant imports Fixes hyperledger-cacti#2120 Signed-off-by: jagpreetsinghsasan <[email protected]>
Primary Changes -------------- 1. Updated rust docker container base image to the latest 2. Updated hyper, hyper-openssl, hyper-tls, swagger, tokio, tokio-openssl versions in cargo.toml 3. Updated the depricated to_body() method to to_bytes() method and relevant imports Fixes hyperledger-cacti#2120 Signed-off-by: jagpreetsinghsasan <[email protected]>
Primary Changes -------------- 1. Updated rust docker container base image to the latest 2. Updated hyper, hyper-openssl, hyper-tls, swagger, tokio, tokio-openssl versions in cargo.toml 3. Updated the depricated to_body() method to to_bytes() method and relevant imports Fixes hyperledger-cacti#2120 Signed-off-by: jagpreetsinghsasan <[email protected]>
Primary Changes -------------- 1. Updated rust docker container base image to the latest 2. Updated hyper, hyper-openssl, hyper-tls, swagger, tokio, tokio-openssl versions in cargo.toml 3. Updated the depricated to_body() method to to_bytes() method and relevant imports Fixes #2120 Signed-off-by: jagpreetsinghsasan <[email protected]>
Describe the bug
Merging #2084 broke the container build for the keychain vault plugin.
To Reproduce
Try to build the container and watch it fail.
Expected behavior
Build should succeed.
Logs/Stack traces
ghcr-keychain-vault-compilation-error-ci.log
Cloud provider or hardware configuration:
Are you running the software on a dev machine or somewhere in the cloud?
Operating system name, version, build:
Use this command:
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
For example
Ubuntu-20.04
Hyperledger Cactus release version or commit (git rev-parse --short HEAD):
main
Hyperledger Cactus Plugins/Connectors Used
Keychain vault plugin
Additional context
The change that broke the build was the bumping of a dependency. We need to do it because of security vulnerability issues.
The text was updated successfully, but these errors were encountered: