{% extends "layout.html" %} {% block content %}
{%if 'no_creds' in user_cred %}

NO CREDENTIALS are delegated to the portal!

{%endif%}
{% if messages %} {% endif %}
{% csrf_token %} {%if 'Enabled' in user_status %} {%if 'N/A' not in user_private_key%} {%else%} {%endif%} {%endif%}

Platform: Myslice

Email {{ person.email }}
Password ********
Enter password:
Confirm password:
Full Name {{ fullname }}
Authority {{ authority }}
Generate Keys
Public Key ********
Private Key ******** Private Key ********

Tradeoff: Ease-of-use vs Security.
Ease-of-use: Automatic account delegation. Don't delete private key.
Security: Manual account delegation. Download & Delete private key.

Principal Account Account used for delegating credentials

{% for row in principal_acc %} {%endfor%}
Platform Account Type Account Delegation User hrn User Status
{{ row.platform_name }} {{ row.account_type }} {{ row.delegation_type }} {{ row.usr_hrn }} {{ row.user_status }}
{%if 'Enabled' in user_status %}

Credentials Delegated to Principal Account

{% for row in my_users %} {%endfor%}
Delegated User Credential
Expiration Date Download
{{ row.cred_exp }}

{% for row in my_slices %} {%endfor%}
Delegated Slice Credentials
Slice Name Expiration Date Download
{{ row.slice_name }} {{ row.cred_exp }}

{% for row in my_auths %} {%endfor%}
Delegated Authority Credentials
Authority Name Expiration Date Download
{{ row.auth_name }} {{ row.cred_exp }}

{%if '' not in my_users%}

{%else%}

{%endif%}

Testbed Access Reference Accounts in the following testbeds

{% for row in ref_acc %} {%endfor%}
Platform Account Type Reference to Remove Account
{{ row.platform_name }} {{ row.account_type }} {{ row.account_reference }}

Add reference account to the following testbeds

{% for platform in platform_list %} {%endfor%}
Platforms Add Account
{{ platform.platform_no_access }}
{%endif%}
{% endblock %}