1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 class AuthorizedKey < ArvadosBase
6 def attribute_editable?(attr, ever=nil)
7 if (attr.to_s == 'authorized_user_uuid') and (not ever)
8 current_user.andand.is_admin