You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #1309 we should also detect the scenario if the jwt token has an identity in it other than the one the machine has, it should then go into provisioning mode instead of using that
The text was updated successfully, but these errors were encountered:
The caller id is used to generate unique subjects for replies
but also by the broker to set locked down permissions for servers
ensuring they can only get their own directed messages.
We should ensure that the token we hold match the running identity
else we end up with unreachable nodes or clients.
In the case of provisionable servers this scenario will now trigger
a reprovision, in the case of clients it will just fail.
Signed-off-by: R.I.Pienaar <rip@devco.net>
Related to #1309 we should also detect the scenario if the jwt token has an identity in it other than the one the machine has, it should then go into provisioning mode instead of using that
The text was updated successfully, but these errors were encountered: