{% 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.
{{ users|length if not iam_locked else '?' }} user{{ 's' if (users|length if not iam_locked else 0) != 1 else '' }} configured
| User | Policies | Actions |
|---|---|---|
|
{{ user.display_name }}
{{ user.access_key }}
|
{% for policy in user.policies %}
{{ policy.bucket }}
{% if '*' in policy.actions %}
(full)
{% else %}
({{ policy.actions|length }})
{% endif %}
{% else %}
No policies
{% endfor %}
|
|
Create your first IAM user to manage access to your storage.