-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
Extracted from coder/envbuilder#174 (comment)
The properties that are per user and not per workspace should be added/refactored to the new data source, coder_user.
Other properties that should be added or moved from coder_workspace can be
coder_workspace.owner->coder_user.namecoder_workspace.owner_name->coder_user.full_namecoder_workspace.owner_email->coder_user.email- Add
coder_user.private_ssh_key(sensitive) - Add
coder_user.public_ssh_key - Add
coder_user.groups(A list of all groups if applicable)
stirby and mafredri