Skip to content

Release 0.49.0

Compare
Choose a tag to compare
@seanshahkarami seanshahkarami released this 18 Jan 19:39
· 49 commits to main since this release
3545f69

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.