Serve Tamland report for Dedicated tenant for internal access
Extracted from #2213 (comment 1665548694)
Tamland publishes daily reports (a static site using mkdocs, example) with forecasts from inside a Dedicated tenant. Those are stored in a tenant-local S3 bucket.
In order to provide access to those reports for team members, we'll need to serve the latest Tamland report and expose that with proper permissions set up.
Possible solutions (no particular order):
- Expose report through Switchboard (?)
- Setup an internal project in this group with CI to pull data from tenant-local buckets and render a Pages deployed report for all tenants
- Run a simple web service inside the tenant
- Serve from S3 bucket through CloudFront for authentication
- Expose prometheus metrics instead of the report tamland#138
- ?
Edited by Andreas Brandl