{% extends 'base.html' %} {% block title %}User info{% endblock %} {% block content %} {% block user %}
Your current default namespace is {{ username }}. 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 %} |