Release 0.49.0
This PR add a /nodes/{vsn}/users endpoint which provides the list of users and their ssh public keys like:
[
{
"user": "someuser",
"ssh_public_keys": "ssh-ed25519 AAAA...\n"
},
...
]
This will enable automation of per user accounts on nodes for developer access.