{% extends "base.html" %} {% block content %} {% if iam_locked %}{% set iam_disabled = "disabled" %}{% else %}{% set iam_disabled = "" %}{% endif %}
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 %}
These credentials are only shown once. Copy them now and store them securely.
{{ config_document }}
Secrets are masked above. IAM config is encrypted at rest.
{% if not iam_locked %}{{ users|length }}{% else %}{{ "?" }}{% endif %} user{% if not iam_locked and users|length != 1 %}s{% endif %} configured
{{ user.access_key }}
No users match your filter.
Create your first IAM user to manage access to your storage.