{% extends 'psu_base_limited_width.html' %} {% load base_taglib %} {%block title%}{%app_name%} - Status Page{%endblock%} {% block pagecontent %} {%if is_development and dev_test_content%} {%endif%} {%if auth.is_logged_in%} {% endif %} {%if auth.is_logged_in%} {%endif%}
Development
Test Content
{{ dev_test_content }}
Site Name/Code:
URL:
{{ configs.APP_NAME }} ({{ configs.APP_CODE }})
{%absolute_url%}
Site Version: {{ configs.APP_VERSION }}
Server Time: Timestamp: {{ server_time.timestamp }}
Like Banner: {{ server_time.banner_date_time }}
Environment: {%setting_value 'ENVIRONMENT' %}
Debug Mode: {{ configs.DEBUG }}
CAS (SSO): {%if 'cas' in issues%}{%fa fa-exclamation-triangle%}{%endif%} {{ cas }}
Finti: {%if 'finti' in issues%}{%fa fa-exclamation-triangle%}{%endif%} {{ finti }}
{%if configs.FINTI_SIMULATE_CALLS or configs.FINTI_SAVE_RESPONSES%}
{%fa fa-exclamation-triangle%} {%if configs.FINTI_SIMULATE_CALLS or configs.FINTI_SIMULATE_WHEN_POSSIBLE%} Using Simulated Finti Calls {%if configs.FINTI_SIMULATE_WHEN_POSSIBLE%} When Possible{%endif%} {%elif configs.FINTI_SAVE_RESPONSES%} Caching Finti Responses {%endif%}
{%endif%}
SSO Proxy: HTTP Status: {{ sso_proxy.status }}
Version: {{ sso_proxy.version }}
Database: {%if sid%} {%if 'sid' in issues%}{%fa fa-exclamation-triangle%}{%endif%} {{ sid }} Note: This is the database used by the "SSO-Proxy" API. It is not necessarily the database in use for this app.
{%else%} {%if 'sid_message' in issues%}{%fa fa-exclamation-triangle%}{%endif%} {{ sid_message }} {%endif%}
Static Content URL: {%static_content_url%}
Session Duration: {{session_data.expiry_seconds}} seconds
{{session_data.expiry_description}} of inactivity
Identity: {%if request.user.is_authenticated and auth.is_logged_in%} {%id_tag current_user%}
{{ configs.APP_NAME }} Authorities:
    {%for aa in current_user.authorities%}
  • {{aa}}
  • {% empty %}
  • None
  • {%endfor%}
Global Authorities:
    {%for aa in current_user.global_authorities%}
  • {{aa}}
  • {% empty %}
  • No Global Authorities
  • {%endfor%}
Roles:
    {%for aa in current_user.roles%}
  • {{aa}}
  • {% empty %}
  • No Roles
  • {%endfor%}
{%if is_proxying%} {%id_card auth.proxied_user%}
{%endif%} {%elif request.user.is_authenticated%} Logged in, but no Banner identity.
{{request.session.attributes}} {%else%} Not logged in. {%endif%}
PSU Plugins: The following PSU re-usable apps have been installed:
    {%for pp in installed_plugins%}
  • {{pp}}
  • {%endfor%}
Browser: {{browser}}
{% endblock %}