Principal Account Account used for delegating credentials
| Platform |
Account Type |
Account Delegation |
User hrn |
User Status |
{% for row in principal_acc %}
| {{ row.platform_name }} |
{{ row.account_type }} |
{{ row.delegation_type }} |
{{ row.usr_hrn }} |
{{ row.user_status }} |
{%endfor%}
{%if 'Enabled' in user_status %}
Credentials Delegated to Principal Account
Delegated User Credential
| Expiration Date |
Download |
{% for row in my_users %}
| {{ row.cred_exp }} |
|
{%endfor%}
Delegated Slice Credentials
| Slice Name |
Expiration Date |
Download |
{% for row in my_slices %}
| {{ row.slice_name }} |
{{ row.cred_exp }} |
|
{%endfor%}
Delegated Authority Credentials
| Authority Name |
Expiration Date |
Download |
{% for row in my_auths %}
| {{ row.auth_name }} |
{{ row.cred_exp }} |
|
{%endfor%}
{%if '' not in my_users%}
{%else%}
{%endif%}
Testbed Access Reference Accounts in the following testbeds
| Platform |
Account Type |
Reference to |
Remove Account |
{% for row in ref_acc %}
| {{ row.platform_name }} |
{{ row.account_type }} |
{{ row.account_reference }} |
|
{%endfor%}
Add reference account to the following testbeds
| Platforms |
Add Account |
{% for platform in platform_list %}
| {{ platform.platform_no_access }} |
|
{%endfor%}
{%endif%}
{% endblock %}