{% extends "base.html" %} {% load navigation_tags %} {% load get_config_setting %} {% block content %} {{ block.super }}

Credentials

{% if creds %} {% for cred in creds %} {% endfor %}
Name Username Role Environment Authentication Provider Login Valid Actions
{{ cred.cred_id.name }} {{ cred.cred_id.username }} {{ cred.cred_id.role }} {{ cred.cred_id.environment }} {{ cred.is_authn_provider }} {{ cred.cred_id.is_valid }}
{% else %}

No credentials configured.

{% endif %}
{% endblock %}