{% extends "base.html" %} {% set active_page = 'account' %} {% block title %}Account Settings - Ursa Customer Portal{% endblock %} {% block content %}
Manage your account information and preferences
Contact support to request quota increases.
Last changed: Never
Generate API tokens for programmatic access
All environment variables used in the Ursa system
| Variable | Current Value | Description |
|---|---|---|
AWS_PROFILE |
{% if env_vars.AWS_PROFILE %}{{ env_vars.AWS_PROFILE }}{% else %}Not set{% endif %} | AWS profile name from ~/.aws/credentials |
AWS_DEFAULT_REGION |
{% if env_vars.AWS_DEFAULT_REGION %}{{ env_vars.AWS_DEFAULT_REGION }}{% else %}Not set{% endif %} | AWS region for services (S3, TapDB, etc.) |
AWS_REGION |
{% if env_vars.AWS_REGION %}{{ env_vars.AWS_REGION }}{% else %}Not set{% endif %} | Alternative AWS region variable |
AWS_ACCESS_KEY_ID |
{% if env_vars.AWS_ACCESS_KEY_ID %}{{ env_vars.AWS_ACCESS_KEY_ID }}{% else %}Not set{% endif %} | AWS access key (alternative to profile) |
AWS_SECRET_ACCESS_KEY |
{% if env_vars.AWS_SECRET_ACCESS_KEY %}{{ env_vars.AWS_SECRET_ACCESS_KEY }}{% else %}Not set{% endif %} | AWS secret key (alternative to profile) |
AWS_ACCOUNT_ID |
{% if env_vars.AWS_ACCOUNT_ID %}{{ env_vars.AWS_ACCOUNT_ID }}{% else %}Not set{% endif %} | AWS account ID (retrieved from STS) |
| Variable | Current Value | Description |
|---|---|---|
|
S3 buckets are now discovered from cluster tags. Each cluster has an aws-parallelcluster-monitor-bucket tag that specifies its bucket.
|
||
S3 buckets are automatically discovered from the cluster you select during workset creation. Each ParallelCluster has a tag aws-parallelcluster-monitor-bucket that specifies its associated bucket.
| Variable | Current Value | Description |
|---|---|---|
TAPDB_STRICT_NAMESPACE |
{% if env_vars.TAPDB_STRICT_NAMESPACE %}{{ env_vars.TAPDB_STRICT_NAMESPACE }}{% else %}not set{% endif %} | Enable strict namespace config resolution (recommended: 1) |
TAPDB_ENV |
{% if env_vars.TAPDB_ENV %}{{ env_vars.TAPDB_ENV }}{% else %}not set{% endif %} | TapDB environment selector (dev|test|prod) |
TAPDB_DATABASE_NAME |
{% if env_vars.TAPDB_DATABASE_NAME %}{{ env_vars.TAPDB_DATABASE_NAME }}{% else %}not set{% endif %} | TapDB namespace database-name (required) |
TAPDB_CLIENT_ID |
{% if env_vars.TAPDB_CLIENT_ID %}{{ env_vars.TAPDB_CLIENT_ID }}{% else %}not set{% endif %} | TapDB namespace client-id (required) |
TAPDB_CONFIG_PATH |
{% if env_vars.TAPDB_CONFIG_PATH %}{{ env_vars.TAPDB_CONFIG_PATH }}{% else %}not set{% endif %} | Optional override path for TapDB config file |
python-jose[cryptography] for JWT validation.
| Variable | Current Value | Description |
|---|---|---|
COGNITO_USER_POOL_ID |
{% if env_vars.COGNITO_USER_POOL_ID %}{{ env_vars.COGNITO_USER_POOL_ID }}{% else %}Not set{% endif %} | AWS Cognito User Pool ID (format: region_randomstring) |
COGNITO_APP_CLIENT_ID |
{% if env_vars.COGNITO_APP_CLIENT_ID %}{{ env_vars.COGNITO_APP_CLIENT_ID }}{% else %}Not set{% endif %} | Cognito App Client ID for authentication |
COGNITO_APP_CLIENT_SECRET |
{% if env_vars.COGNITO_APP_CLIENT_SECRET %}{{ env_vars.COGNITO_APP_CLIENT_SECRET }}{% else %}Not set{% endif %} | Optional app client secret (required if client is configured with GenerateSecret=true) |
COGNITO_DOMAIN |
{% if env_vars.COGNITO_DOMAIN %}{{ env_vars.COGNITO_DOMAIN }}{% else %}Not set{% endif %} | Optional Cognito Hosted UI domain for SSO/OAuth flows |
| Variable | Current Value | Description |
|---|---|---|
API_HOST |
{% if env_vars.API_HOST %}{{ env_vars.API_HOST }}{% else %}0.0.0.0 (default){% endif %} | API server host address |
API_PORT |
{% if env_vars.API_PORT %}{{ env_vars.API_PORT }}{% else %}8914 (default){% endif %} | API server port |
ENABLE_AUTH |
{% if env_vars.ENABLE_AUTH %}{{ env_vars.ENABLE_AUTH }}{% else %}false (default){% endif %} | Enable Cognito authentication (true/false) |
SESSION_SECRET_KEY |
{% if env_vars.SESSION_SECRET_KEY %}{{ env_vars.SESSION_SECRET_KEY }}{% else %}Not set{% endif %} | Secret key for session middleware (change in production) |
| Variable | Current Value | Description |
|---|---|---|
S3_BUCKET |
{% if env_vars.S3_BUCKET %}{{ env_vars.S3_BUCKET }}{% else %}Not set{% endif %} | Default S3 bucket for worksets |
S3_PREFIX |
{% if env_vars.S3_PREFIX %}{{ env_vars.S3_PREFIX }}{% else %}worksets/ (default){% endif %} | Default S3 prefix for workset files |
| Variable | Current Value | Description |
|---|---|---|
SNS_TOPIC_ARN |
{% if env_vars.SNS_TOPIC_ARN %}{{ env_vars.SNS_TOPIC_ARN }}{% else %}Not set{% endif %} | AWS SNS topic ARN for workset notifications |
DAYLILY_SNS_TOPIC_ARN |
{% if env_vars.DAYLILY_SNS_TOPIC_ARN %}{{ env_vars.DAYLILY_SNS_TOPIC_ARN }}{% else %}Not set{% endif %} | Alternative SNS topic ARN variable |
LINEAR_API_KEY |
{% if env_vars.LINEAR_API_KEY %}{{ env_vars.LINEAR_API_KEY }}{% else %}Not set{% endif %} | Linear API key for issue tracking integration |
LINEAR_TEAM_ID |
{% if env_vars.LINEAR_TEAM_ID %}{{ env_vars.LINEAR_TEAM_ID }}{% else %}Not set{% endif %} | Linear team ID for issue tracking |
| Variable | Current Value | Description |
|---|---|---|
DAY_PROJECT |
{% if env_vars.DAY_PROJECT %}{{ env_vars.DAY_PROJECT }}{% else %}Not set{% endif %} | Daylily project name |
DAY_AWS_REGION |
{% if env_vars.DAY_AWS_REGION %}{{ env_vars.DAY_AWS_REGION }}{% else %}Not set{% endif %} | Daylily AWS region |
DAY_EX_CFG |
{% if env_vars.DAY_EX_CFG %}{{ env_vars.DAY_EX_CFG }}{% else %}Not set{% endif %} | Path to Daylily ephemeral cluster configuration file |
DAYLILY_PRIMARY_REGION |
{% if env_vars.DAYLILY_PRIMARY_REGION %}{{ env_vars.DAYLILY_PRIMARY_REGION }}{% else %}us-west-2 (default){% endif %} | Primary region for multi-region setup |
DAYLILY_MULTI_REGION |
{% if env_vars.DAYLILY_MULTI_REGION %}{{ env_vars.DAYLILY_MULTI_REGION }}{% else %}false (default){% endif %} | Enable multi-region support (true/false) |
APPTAINER_HOME |
{% if env_vars.APPTAINER_HOME %}{{ env_vars.APPTAINER_HOME }}{% else %}Not set{% endif %} | Apptainer/Singularity container home directory |
DAY_BIOME |
{% if env_vars.DAY_BIOME %}{{ env_vars.DAY_BIOME }}{% else %}Not set{% endif %} | Daylily environment type (e.g., AWSPC) |
DAY_ROOT |
{% if env_vars.DAY_ROOT %}{{ env_vars.DAY_ROOT }}{% else %}Not set{% endif %} | Daylily root directory |
Once you delete your account, there is no going back. Please be certain.