{% extends "base.html" %} {% set active_nav = "my-organization" %} {% block title %}{{ site_revision.name if site_revision else site.euid }} - My Organization - LSMC Atlas{% endblock %} {% block content %}
{{ revision.name }}
Effective policy source:
{{ 'site override' if effective_site_storage_policy.scope == 'site' else 'organization policy' }}
· bucket {{ effective_site_storage_policy.policy.bucket }}
· region {{ effective_site_storage_policy.policy.region }}
No enabled storage policy is configured for this organization.
{% endif %}Effective config source: {{ 'site override' if effective_bloom_config.scope == 'site' else 'organization default' }}
{% endif %}
Use this site as the origin site when requesting Bloom material from a Test page at
/trfs/tests/<test_euid>.
Required Atlas fields for Bloom API access:
bloom_base_url,
bloom_api_key_secret_ref,
bloom_webhook_secret_ref.