Skip to main content

Auth: hbf-data-retention

How this service handles authentication. Full flows: docs/architecture/auth-flows.md

Tokens This Service Accepts

Token typeWhere validatedGuard / middleware
(none)N/AN/A

Tokens This Service Sends

CallingToken usedHow attached
hbf-core (all OrganizationsClient / TenantsClient calls)HBF_CORE_ACCESS_TOKEN as Bearer tokenPassed to HBFCoreApi constructor: new HBFCoreApi(coreUrl, coreAccessToken)

Tokens This Service Issues

None.

Roles / Scopes Enforced

Endpoint patternRequired role
(none)N/A

Auth Notes

  • while(true) daemon process for S3/MinIO data retention.
  • No HTTP API with auth guards. Internal-only service.
  • Security relies on network-level isolation and IAM credentials for S3/MinIO access (not token-based HTTP auth).