You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add login_type to coder_workspace_owner data source #235 (#287)
* feat: add login_type to coder_workspace_owner data source
* feat: remove types check
* feat: update integration test
* feat: run linter
* feat: set empty string as the default value for the login type
* feat: update integration test
* feat: add a warning when the CODER_WORKSPACE_OWNER_LOGIN_TYPE is not set
* feat: create a new diags variable
* feat: add missing comma
* feat: add missing parenthesis
* feat: fix typo in summary field
Co-authored-by: Cian Johnston <[email protected]>
---------
Co-authored-by: Cian Johnston <[email protected]>
(cherry picked from commit 2598aa7)
-`groups` (List of String) The groups of which the user is a member.
54
54
-`id` (String) The UUID of the workspace owner.
55
+
-`login_type` (String) The type of login the user has.
55
56
-`name` (String) The username of the user.
56
57
-`oidc_access_token` (String) A valid OpenID Connect access token of the workspace owner. This is only available if the workspace owner authenticated with OpenID Connect. If a valid token cannot be obtained, this value will be an empty string.
57
58
-`session_token` (String) Session token for authenticating with a Coder deployment. It is regenerated every time a workspace is started.
0 commit comments