{% extends "base.html" %} {% block content %} {% set iam_disabled = 'disabled' if iam_locked else '' %} {% if iam_locked %} {% endif %} {% if disclosed_secret %} {% endif %} {% if not iam_locked %}
Configuration Preview {{ config_summary.user_count }} users
{{ config_document }}

Secrets are masked above. Access {{ config_summary.path }} directly to view full credentials.

{% endif %}
Users {% if iam_locked %}View only{% endif %}
{% if iam_locked %}

Sign in with an administrator to list or edit IAM users.

{% else %}
{% for user in users %} {% else %} {% endfor %}
Access Key Display Name Policies Actions
{{ user.access_key }} {{ user.display_name }} {% for policy in user.policies %} {{ policy.bucket }} {% if '*' in policy.actions %} (*) {% else %} ({{ policy.actions|length }}) {% endif %} {% endfor %}
No IAM users defined.
{% endif %}
{% endblock %} {% block extra_scripts %} {{ super() }} {% endblock %}