{% extends "base.html" %} {% block content %} {% set iam_disabled = 'disabled' if iam_locked else '' %}
Identity & Access Management
Create and manage users with fine-grained bucket permissions.
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.access_key }}
Create your first IAM user to manage access to your storage.