{% extends "layout-unfold1.html" %} {% block head %} {% endblock %} {% block unfold_main %}

User Details

{% if messages %} {% endif %}
{% csrf_token %} {%if 'N/A' not in user_private_key%} {%endif%}
Platform: Myslice
Email {{ person.email }}
Password ********
Enter password:
Confirm password:
Full Name {{ fullname }}
Authority {{ authority }}
Generate Keys
Public 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.

Account Information

Principal Account

{% for row in data %} {%endfor%}
Platform Account Type Account_delegation user_hrn
{{ row.platform_name }} {{ row.account_type }} {{ row.delegation_type }} {{ row.usr_hrn }}

Credentials

{% 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 }}

Testbed Accounts

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

Add Accounts

{% for platform in platform_list %} {%endfor%}
Platforms Request Access
{{ platform.platform_no_access }}
{% endblock %}