Hey,
I recently noticed that my devices (mender clients) are getting another auth_set
under the auth_sets
key. (as can be seen in the picture)
Normally my logic was to accept the auth_set located at position 0 in the list.
But it seems that this do not work when there are multiple auth sets in the list.
What can cause such a behavior? I added a code to the client to reset the mender client service every 20 minutes, could it be related?
And in such cases what is the right approach - which auth set should be approved? last? first? Active?
Is there a command to delete the irrelevant auth sets?
Thanks in advance!