{% load idm_tags i18n %}
{% comment %}
Context variables:
* subject
* user
* roles
{% endcomment %}

16.11.2017 будут отозваны роли в системе CAuth, которые были перезапрошены 02.11.2017, но до сих пор не получили подтверждения.

Список ролей с фильтром по статусу "Запрошенные" можно посмотреть в таблице ролей.
{% absolute_uri %}reports/roles#f-status=all,f-state=rerequested,f-state=need_request,f-is-expanded=true,f-role-id={% for role in roles %}{{ role.pk }}{% if not forloop.last %}\,{% endif %}{% endfor %}

Если роли должны остаться активными, вы можете напрямую обратиться к подтверждающим из списка в карточке роли. Карточка роли доступна в интерфейсе IDM: она открывается по клику на нужную строку таблицы ролей.

Почему роли были перезапрошены можно узнать тут: https://clubs.at.yandex-team.ru/tools/13274




16 nov 2017 all roles in Cauth system which were re-requested 2 nov 2017 and haven't been approved yet, will be revoked.

You can check the list of those roles in the main IDM roles list, filtering by "re-requested" status.
{% absolute_uri %}reports/roles#f-status=all,f-state=rerequested,f-state=need_request,f-is-expanded=true,f-role-id={% for role in roles %}{{ role.pk }}{% if not forloop.last %}\,{% endif %}{% endfor %}

If you think that those roles should stay active, or you afraid that you'll loose access, you may directly ask approvers to review your roles. The list of approvers is available in IDM interface: just click to needed line in the roles list to open role's card with the history of actions and the approvers list.

You can also read about the reason for re-request these roles here: https://clubs.at.yandex-team.ru/tools/13274