-
Notifications
You must be signed in to change notification settings - Fork 55
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
Switch from https to ffdx #156
Switch from https to ffdx #156
Conversation
Signed-off-by: Gabriel Indik <gabriel.indik@kaleido.io>
I think this also means any old config files using |
@nguyer generating config files with the new agreed term shouldn't cause problems. The issue could potentially take place with hyperledger/firefly#590. The way things are today, FF is broken when |
Signed-off-by: Gabriel Indik <gabriel.indik@kaleido.io>
Closing #154 in favor of this one |
Looking further into the code: Current behavior
Changes added to the CLI
|
The fact this is necessary seem like a bug in FF Core to me. |
I'm going to take a crack at a change extending hyperledger/firefly#590 that solves ^^^ |
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.
Worked through the implications here, and we have an e2e run through on hyperledger/firefly#590 that confirms we still accept the https
generated by the CLI before this change.
Signed-off-by: Gabriel Indik gabriel.indik@kaleido.io