Skip to content
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

change the server side wallet file from [username].id to [user_id].id #90

Closed
rtang03 opened this issue Jul 8, 2020 · 1 comment
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@rtang03
Copy link
Owner

rtang03 commented Jul 8, 2020

the server-side wallet is named with [username].id If the username is changed by ui-control webpage, it only change the username in auth-server. The server-side wallet is unchanged. To fix it, need to change the wallet entry to [user_id].id.

This will impact

  • createWallet file in both ui-account and ui-control
  • all gw-org resolvers' mutation, which write to Fabric.
@rtang03 rtang03 added the bug Something isn't working label Jul 8, 2020
@rtang03 rtang03 added this to the sprint-6 milestone Jul 8, 2020
@rtang03 rtang03 self-assigned this Jul 8, 2020
@rtang03 rtang03 added this to To do in library packages via automation Jul 8, 2020
@rtang03 rtang03 moved this from To do to In progress in library packages Jul 8, 2020
@rtang03
Copy link
Owner Author

rtang03 commented Jul 11, 2020

I underestimated the issue. This solution does not work.

As a workaround, disable the feature of renaming username, to avoid the bug, instead of fixing the bug.

@rtang03 rtang03 closed this as completed Jul 11, 2020
library packages automation moved this from In progress to Done Jul 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant