Nessie Logo Lock-Nessie
{% if is_logged_in %}

Welcome, {{ user }}!

You are currently logged in. Your session will expire in {{ time_until_expiry }} (at {{ expires.strftime("%A, %B %d, %Y at %H:%M %Z") }}).

{% if aws_secret_arn %}

AWS Secret ARN

You may need this value to set up your local client or Dremio connector.

{{ aws_secret_arn }}
{% endif %}
{% else %}

Welcome to Lock-Nessie

You are not currently logged in. Please log in to access your authentication information.

Log In
{% endif %}