Closed tammersaleh closed 2 years ago
The server should support a name field under each user, and use that name when logging any action taking by that user.
name
user
(obvs, that name isn't used for authentication, but still good for logging/visibility)
# cludod.yaml server: users: - name: Billy Bob public_key: ssh-rsa aisudpoifueuyrlkjhflkyhaosiduyflakjsdhflkjashdf7898798765489... roles: ...
The server should support a
name
field under eachuser
, and use that name when logging any action taking by that user.(obvs, that name isn't used for authentication, but still good for logging/visibility)