-
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
feat(cactus-plugin-ledger-connector-fabric-socketio): remove fabric-socketio connector #2645
feat(cactus-plugin-ledger-connector-fabric-socketio): remove fabric-socketio connector #2645
Conversation
|
GitGuardian id | Secret | Commit | Filename | |
---|---|---|---|---|
- | Generic Private Key | 50f6ce5 | packages/cactus-plugin-ledger-connector-fabric-socketio/src/test/typescript/unit-test/validatorDriver_signTransactionOffline.ts | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Our GitHub checks need improvements? Share your feedbacks!
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.
@outSH the last commit LGTM but please pass it back for review again once the parent PRs have been merged and there's only the one commit left in this PR after the rebase & conflict resolution.
…nector - Refactor discounted asset trade sample to use openapi ethereum connector instead of ethereum-socketio. - Sample still uses offline signing from cmd-socketio-server Depends on: hyperledger-cacti#2645
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.
LGTM
This PR/issue depends on:
|
…ocketio connector - Remove cactus-plugin-ledger-connector-fabric-socketio connector. - Refactor discounted cartrade sample to use openapi fabric connector instead of fabric-socketio. Sample app will use delegated signing, similar to offline signing in old connector. - Remove dead code from cmd-socketio-server - Update fabric SDK to 2.X in all cacti projects, refactor code that use it where necessary. Only exception is fabric persistence plugin which uses fabric SDK as dev dependency (for tests). It can be updated in separate PR later on. Depends on: hyperledger-cacti#2644 Signed-off-by: Michal Bajer <[email protected]>
51af952
to
50f6ce5
Compare
…nector - Refactor discounted asset trade sample to use openapi ethereum connector instead of ethereum-socketio. - Use eth signing utils from ethereum connector package. - Fix nodejs setup in indy-sdk-cli docker image. - Small fixes after recent ethereum connector refactors. Depends on: hyperledger-cacti#2645 Signed-off-by: Michal Bajer <[email protected]>
…nector - Refactor discounted asset trade sample to use openapi ethereum connector instead of ethereum-socketio. - Use eth signing utils from ethereum connector package. - Fix nodejs setup in indy-sdk-cli docker image. - Small fixes after recent ethereum connector refactors. Depends on: hyperledger-cacti#2645 Signed-off-by: Michal Bajer <[email protected]>
…nector - Refactor discounted asset trade sample to use openapi ethereum connector instead of ethereum-socketio. - Use eth signing utils from ethereum connector package. - Fix nodejs setup in indy-sdk-cli docker image. - Small fixes after recent ethereum connector refactors. Depends on: #2645 Signed-off-by: Michal Bajer <[email protected]>
…nector - Refactor discounted asset trade sample to use openapi ethereum connector instead of ethereum-socketio. - Use eth signing utils from ethereum connector package. - Fix nodejs setup in indy-sdk-cli docker image. - Small fixes after recent ethereum connector refactors. Depends on: hyperledger-cacti#2645 Signed-off-by: Michal Bajer <[email protected]>
Sample app will use delegated signing, similar to offline signing in old connector.
Only exception is fabric persistence plugin which uses fabric SDK as dev dependency (for tests).
It can be updated in separate PR later on.
Depends on #2644
Closes #302
Signed-off-by: Michal Bajer [email protected]