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

newAddress doesn't rewrite the identity file on windows (possibly linux) #1051

Closed
dovholuknf opened this issue Nov 30, 2024 · 0 comments · Fixed by #1052
Closed

newAddress doesn't rewrite the identity file on windows (possibly linux) #1051

dovholuknf opened this issue Nov 30, 2024 · 0 comments · Fixed by #1052
Labels
bug Something isn't working

Comments

@dovholuknf
Copy link
Member

Steps to reproduce

  • Start a controller
  • enroll an identity
  • modify the controller to surface a new set of edge APIs with the same address, different port
  • setup the newAddress field pointing back to the same controller in the "old" edge api section
  • restart the controller
  • observe controller supplied new address[https://same_host:new_port_here]
  • open the identity file, observe the old port still written in the file
  • the C SDK context seems to have been updated properly as it polls the new port, per the logs: ctrl_paging_req() ctrl[same_host:new_port_here] starting paging request

Expected Behavior

  • the identity file should be rewritten with the newAddress
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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant