X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b2979b0db0b6b5ee7ad3001ffcc8f76ff4d96f05..a942e37250873d383bd885ba0dba70c63b3c073d:/services/api/test/functional/arvados/v1/users_controller_test.rb diff --git a/services/api/test/functional/arvados/v1/users_controller_test.rb b/services/api/test/functional/arvados/v1/users_controller_test.rb index 1fefcb6c68..6c4247ff73 100644 --- a/services/api/test/functional/arvados/v1/users_controller_test.rb +++ b/services/api/test/functional/arvados/v1/users_controller_test.rb @@ -121,7 +121,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase verify_link response_items, 'arvados#user', true, 'permission', 'can_login', created['uuid'], created['email'], 'arvados#user', false, 'User' - verify_link response_items, 'arvados#repository', true, 'permission', 'can_write', + verify_link response_items, 'arvados#repository', true, 'permission', 'can_manage', repo_name, created['uuid'], 'arvados#repository', true, 'Repository' verify_link response_items, 'arvados#group', true, 'permission', 'can_read', @@ -144,6 +144,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase email: "foo@example.com" } } + assert_response :success response_items = JSON.parse(@response.body)['items'] @@ -157,7 +158,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase # arvados#user, repo link and link add user to 'All users' group verify_num_links @all_links_at_start, 5 - verify_link response_items, 'arvados#repository', true, 'permission', 'can_write', + verify_link response_items, 'arvados#repository', true, 'permission', 'can_manage', repo_name, created['uuid'], 'arvados#repository', true, 'Repository' verify_link response_items, 'arvados#group', true, 'permission', 'can_read', @@ -255,7 +256,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase 'expecting inactive user email' # expect repo and vm links - verify_link response_items, 'arvados#repository', true, 'permission', 'can_write', + verify_link response_items, 'arvados#repository', true, 'permission', 'can_manage', 'test_repo', resp_obj['uuid'], 'arvados#repository', true, 'Repository' verify_link response_items, 'arvados#virtualMachine', true, 'permission', 'can_login', @@ -478,7 +479,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase verify_link response_items, 'arvados#user', true, 'permission', 'can_login', created['uuid'], created['email'], 'arvados#user', false, 'User' - verify_link response_items, 'arvados#repository', true, 'permission', 'can_write', + verify_link response_items, 'arvados#repository', true, 'permission', 'can_manage', 'test_repo', created['uuid'], 'arvados#repository', true, 'Repository' verify_link response_items, 'arvados#group', true, 'permission', 'can_read', @@ -538,7 +539,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase verify_link response_items, 'arvados#user', true, 'permission', 'can_login', created['uuid'], created['email'], 'arvados#user', false, 'User' - verify_link response_items, 'arvados#repository', true, 'permission', 'can_write', + verify_link response_items, 'arvados#repository', true, 'permission', 'can_manage', 'test_repo', created['uuid'], 'arvados#repository', true, 'Repository' verify_link response_items, 'arvados#group', true, 'permission', 'can_read', @@ -604,7 +605,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase verify_link response_items, 'arvados#group', true, 'permission', 'can_read', 'All users', created['uuid'], 'arvados#group', true, 'Group' - verify_link response_items, 'arvados#repository', false, 'permission', 'can_write', + verify_link response_items, 'arvados#repository', false, 'permission', 'can_manage', 'test_repo', created['uuid'], 'arvados#repository', true, 'Repository' verify_link response_items, 'arvados#virtualMachine', false, 'permission', 'can_login', @@ -628,7 +629,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase verify_link response_items, 'arvados#group', true, 'permission', 'can_read', 'All users', created['uuid'], 'arvados#group', true, 'Group' - verify_link response_items, 'arvados#repository', true, 'permission', 'can_write', + verify_link response_items, 'arvados#repository', true, 'permission', 'can_manage', 'new_repo', created['uuid'], 'arvados#repository', true, 'Repository' verify_link response_items, 'arvados#virtualMachine', false, 'permission', 'can_login', @@ -656,7 +657,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase 'All users', created['uuid'], 'arvados#group', true, 'Group' # since no repo name in input, we won't get any; even though user has one - verify_link response_items, 'arvados#repository', false, 'permission', 'can_write', + verify_link response_items, 'arvados#repository', false, 'permission', 'can_manage', 'new_repo', created['uuid'], 'arvados#repository', true, 'Repository' verify_link response_items, 'arvados#virtualMachine', true, 'permission', 'can_login', @@ -688,7 +689,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase verify_link response_items, 'arvados#group', true, 'permission', 'can_read', 'All users', created['uuid'], 'arvados#group', true, 'Group' - verify_link response_items, 'arvados#repository', true, 'permission', 'can_write', + verify_link response_items, 'arvados#repository', true, 'permission', 'can_manage', 'test_repo', created['uuid'], 'arvados#repository', true, 'Repository' verify_link response_items, 'arvados#virtualMachine', true, 'permission', 'can_login', @@ -717,7 +718,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase assert active_user['is_invited'], 'expected is_invited for active user' verify_link_existence active_user['uuid'], active_user['email'], - false, false, false, true, true + false, true, false, true, true authorize_with :admin @@ -733,6 +734,14 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase verify_link_existence response_user['uuid'], response_user['email'], false, false, false, false, false + + active_user = User.find_by_uuid(users(:active).uuid) + readable_groups = active_user.groups_i_can(:read) + all_users_group = Group.all.collect(&:uuid).select { |g| g.match /-f+$/ } + refute_includes(readable_groups, all_users_group, + "active user can read All Users group after being deactivated") + assert_equal(false, active_user.is_invited, + "active user is_invited after being deactivated & reloaded") end test "setup user with send notification param false and verify no email" do @@ -787,6 +796,178 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase 'Expected workbench url in email body' end + test "non-admin user can get basic information about readable users" do + authorize_with :spectator + get(:index) + check_non_admin_index + check_readable_users_index [:spectator], [:inactive, :active] + end + + test "non-admin user gets only safe attributes from users#show" do + g = act_as_system_user do + create :group + end + users = create_list :active_user, 2, join_groups: [g] + token = create :token, user: users[0] + authorize_with_token token + get :show, id: users[1].uuid + check_non_admin_show + end + + test "non-admin user can limit index" do + g = act_as_system_user do + create :group + end + users = create_list :active_user, 4, join_groups: [g] + token = create :token, user: users[0] + + [2, 4].each do |limit| + authorize_with_token token + get(:index, limit: limit) + check_non_admin_index + assert_equal(limit, json_response["items"].size, + "non-admin index limit was ineffective") + end + end + + test "admin has full index powers" do + authorize_with :admin + check_inactive_user_findable + end + + test "reader token can grant admin index powers" do + authorize_with :spectator + check_inactive_user_findable(reader_tokens: [api_token(:admin)]) + end + + test "admin can filter on user.is_active" do + authorize_with :admin + get(:index, filters: [["is_active", "=", "true"]]) + assert_response :success + check_readable_users_index [:active, :spectator], [:inactive] + end + + test "admin can search where user.is_active" do + authorize_with :admin + get(:index, where: {is_active: true}) + assert_response :success + check_readable_users_index [:active, :spectator], [:inactive] + end + + test "update active_no_prefs user profile and expect notification email" do + authorize_with :admin + + put :update, { + id: users(:active_no_prefs).uuid, + user: { + prefs: {:profile => {'organization' => 'example.com'}} + } + } + assert_response :success + + found_email = false + ActionMailer::Base.deliveries.andand.each do |email| + if email.subject == "Profile created by #{users(:active_no_prefs).email}" + found_email = true + break + end + end + assert_equal true, found_email, 'Expected email after creating profile' + end + + test "update active_no_prefs_profile user profile and expect notification email" do + authorize_with :admin + + user = {} + user[:prefs] = users(:active_no_prefs_profile).prefs + user[:prefs][:profile] = {:profile => {'organization' => 'example.com'}} + put :update, { + id: users(:active_no_prefs_profile).uuid, + user: user + } + assert_response :success + + found_email = false + ActionMailer::Base.deliveries.andand.each do |email| + if email.subject == "Profile created by #{users(:active_no_prefs_profile).email}" + found_email = true + break + end + end + assert_equal true, found_email, 'Expected email after creating profile' + end + + test "update active user profile and expect no notification email" do + authorize_with :admin + + put :update, { + id: users(:active).uuid, + user: { + prefs: {:profile => {'organization' => 'anotherexample.com'}} + } + } + assert_response :success + + found_email = false + ActionMailer::Base.deliveries.andand.each do |email| + if email.subject == "Profile created by #{users(:active).email}" + found_email = true + break + end + end + assert_equal false, found_email, 'Expected no email after updating profile' + end + + + NON_ADMIN_USER_DATA = ["uuid", "kind", "is_active", "email", "first_name", + "last_name"].sort + + def check_non_admin_index + assert_response :success + response_items = json_response["items"] + assert_not_nil response_items + response_items.each do |user_data| + check_non_admin_item user_data + assert(user_data["is_active"], "non-admin index returned inactive user") + end + end + + def check_non_admin_show + assert_response :success + check_non_admin_item json_response + end + + def check_non_admin_item user_data + assert_equal(NON_ADMIN_USER_DATA, user_data.keys.sort, + "data in response had missing or extra attributes") + assert_equal("arvados#user", user_data["kind"]) + end + + + def check_readable_users_index expect_present, expect_missing + response_uuids = json_response["items"].map { |u| u["uuid"] } + expect_present.each do |user_key| + assert_includes(response_uuids, users(user_key).uuid, + "#{user_key} missing from index") + end + expect_missing.each do |user_key| + refute_includes(response_uuids, users(user_key).uuid, + "#{user_key} included in index") + end + end + + def check_inactive_user_findable(params={}) + inactive_user = users(:inactive) + get(:index, params.merge(filters: [["email", "=", inactive_user.email]])) + assert_response :success + user_list = json_response["items"] + assert_equal(1, user_list.andand.count) + # This test needs to check a column non-admins have no access to, + # to ensure that admins see all user information. + assert_equal(inactive_user.identity_url, user_list.first["identity_url"], + "admin's filtered index did not return inactive user") + end + def verify_num_links (original_links, expected_additional_links) links_now = Link.all assert_equal expected_additional_links, Link.all.size-original_links.size, @@ -795,6 +976,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase def find_obj_in_resp (response_items, object_type, head_kind=nil) return_obj = nil + response_items response_items.each { |x| if !x next @@ -861,17 +1043,22 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase end repo_perms = Link.where(tail_uuid: uuid, - link_class: 'permission', - name: 'can_write').where("head_uuid like ?", Repository.uuid_like_pattern) + link_class: 'permission', + name: 'can_manage').where("head_uuid like ?", Repository.uuid_like_pattern) if expect_repo_perms assert repo_perms.any?, "expected repo_perms" else assert !repo_perms.any?, "expected all repo_perms deleted" end - vm_login_perms = Link.where(tail_uuid: uuid, - link_class: 'permission', - name: 'can_login').where("head_uuid like ?", VirtualMachine.uuid_like_pattern) + vm_login_perms = Link. + where(tail_uuid: uuid, + link_class: 'permission', + name: 'can_login'). + where("head_uuid like ?", + VirtualMachine.uuid_like_pattern). + where('uuid <> ?', + links(:auto_setup_vm_login_username_can_login_to_test_vm).uuid) if expect_vm_perms assert vm_login_perms.any?, "expected vm_login_perms" else @@ -882,9 +1069,9 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase g[:uuid].match /-f+$/ end.first group_read_perms = Link.where(tail_uuid: uuid, - head_uuid: group[:uuid], - link_class: 'permission', - name: 'can_read') + head_uuid: group[:uuid], + link_class: 'permission', + name: 'can_read') if expect_group_perms assert group_read_perms.any?, "expected all users group read perms" else @@ -892,7 +1079,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase end signed_uuids = Link.where(link_class: 'signature', - tail_uuid: uuid) + tail_uuid: uuid) if expect_signatures assert signed_uuids.any?, "expected signatures"