{% extends 'base.html' %} {% block title %}User info{% endblock %} {% block content %} {% block user %}
Your current default namespace is {{ username }} with access to the following existing namespaces {% for namespace in namespaces %} {{ namespace.name }} {% endfor %}
The ability to create and manage namespace are controlled by permissions shown below.
Manage NamespacesBelow are your current permissions within the conda-store application. The "*" will match any string of characters e.g. "na*ce" will match "namespace". This allows conda-store to have flexible and powerful authorization. For further information on authorization see the docs
Namespace | Name | Permissions |
---|---|---|
{{ entity_arn.split("/")[0] }} | {{ entity_arn.split("/")[1] }} | {% for permission in entity_permissions|map(attribute="value")|sort %} {{ permission }} {% endfor %} |
Bellow is your current usage for namespaces you have access to.
Namespace | # Environments | # Builds | Total Storage |
---|---|---|---|
{{ namespace }} | {{ num_environments }} | {{ num_builds }} | {{ storage | filesizeformat(true) }} |
Bellow is system metrics.