diff --git a/monkey/monkey_island/cc/resources/propagation_credentials.py b/monkey/monkey_island/cc/resources/propagation_credentials.py index 07ff84a8637..3b6e006463d 100644 --- a/monkey/monkey_island/cc/resources/propagation_credentials.py +++ b/monkey/monkey_island/cc/resources/propagation_credentials.py @@ -33,7 +33,7 @@ def get(self, collection=None): return propagation_credentials, HTTPStatus.OK @auth_token_required - @roles_accepted(AccountRole.AGENT.name, AccountRole.ISLAND_INTERFACE.name) + @roles_accepted(AccountRole.ISLAND_INTERFACE.name) def put(self, collection=None): credentials = [Credentials(**c) for c in request.json] if collection == _configured_collection: