{% extends "base.html" %} {% block content %} {% set iam_disabled = 'disabled' if iam_locked else '' %}
Identity & Access Management
You need the iam:list_users action to edit users or policies. {{ locked_reason or "Sign in with an admin identity to continue." }}
{{ disclosed_secret.access_key }}
{% else %}
New user created: {{ disclosed_secret.access_key }}
{% endif %}
⚠️ This secret is only shown once. Copy it now and store it securely.
{{ config_document }}
Secrets are masked above. Access {{ config_summary.path }} directly to view full credentials.
Sign in with an administrator to list or edit IAM users.
| 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. | |||