Architecture

HomeArchitecture → Security Model

Security Model

Ironmark assumes the customer owns the infrastructure. The platform is responsible for application security; the deployment environment is responsible for infrastructure security. Together they form the complete security model.

This page describes Ironmark's application-level security posture. Exact controls depend on the installed version, enabled authentication paths, reverse proxy, operating system, storage, and the customer's system boundary. It is product information, not a compliance certification.

Authentication

Ironmark supports local authentication plus optional enterprise identity paths. Enabled methods resolve users to Ironmark accounts and project roles. Individual identity-provider and CAC integrations require validation in the customer's environment.

Authorization

Role-based access

Nine application roles — admin, author, qa, peer_review, cir_controller, graphics_editor, program_manager, customer, viewer — plus sysadmin as a separate capability for offline-update flows. Protected operations enforce authentication and applicable role checks at the API layer; the capability matrix is the bounded statement of implemented coverage.

Project isolation

Documents, graphics, and parts enforce project-access checks, and users may hold different project memberships. Other endpoint families have not yet been represented here as a universal project-isolation guarantee. TM Families provide selected read-only cross-project views within one instance.

Least privilege

Users have a primary role plus zero or more granted roles. A granted role is available but not always-on: activate it through sudo-style temporal elevation for a time-boxed window. Elevation shows as a countdown chip in the UI, drops automatically at expiry, and every action taken under elevation carries the elevation event id in the audit record. Pattern is deliberately Unix-sudo-shaped.

Audit

HMAC-chained audit log

Ironmark records selected authentication, authorization, administrative, controlled-workflow, publishing, and distribution events. Audit rows are HMAC-SHA256 chained so alteration or deletion within the recorded chain is detectable during verification. Ironmark does not claim that every user action or every API mutation is currently represented.

Export

Read access: admin only. Filters: event_type, user_id, user_email, ip_address, since/until, free-text search. Export as newline-delimited JSON.

SIEM integration

Administrators can export audit records as NDJSON for downstream processing. A customer should validate field mapping and retention against its chosen SIEM and installed Ironmark version.

Deployment

Data protection

Compliance

Compliance for a program is a function of both the application and the environment it runs in. We can be specific about the application side.

Application controls implemented
  • Authentication (AC-2, IA-2)
  • Session controls (AC-11, AC-12)
  • Access controls / RBAC (AC-3, AC-6)
  • Audit and accountability (AU-2, AU-3, AU-6, AU-9)
  • Configuration integrity — signed bundles + licenses (CM-14)
  • Identification via WebAuthn / PKI (IA-2, IA-5)
Infrastructure controls — customer responsibility
  • Physical & environmental (PE)
  • Media protection (MP)
  • Personnel security (PS)
  • System & communications protection at the network layer (SC)
  • Storage-level encryption (typically LUKS)
  • Operating system hardening + patching (SI)

Ironmark includes application features that may support a customer's NIST SP 800-171 control implementation. Control applicability, evidence sufficiency, inherited controls, assessment, and the compliance determination belong to the customer's defined system and security plan. Ironmark is not FIPS-140 validated or FedRAMP authorized.

For a security review, Ironmark can describe the installed application's authentication options, role model, recorded audit events, update verification, and deployment assumptions. The customer's security team determines how those features map into its boundary and authorization documentation.

← Back to Architecture