Obtain goaccess realtime HTML reports somewhere #146
Labels
No labels
Compat/Breaking
Difficulty/Architectural
Difficulty/Easy
Difficulty/Hard
Help Wanted
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Security
Silenced Alert
Status/Abandoned
Status/Blocked
Status/Need More Info
Status/Postponed
Tracking Issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: afnix/infra#146
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We could run a goaccess long-lived program that threads through the NGINX access logs and update an HTML report to some protected location for admins.
Is it worth hooking into SSO for such a thing at this point? My initial thought would be to just do basic auth with some age-protected credentials for now.
Yeah, I'd just do oauth2-proxy and reuse the SSO for this.
A systemd service that runs the realtime daemon and push the HTML report in some location, NGINX pick this up and protect it via oauth2-proxy, we handle authorization via Keycloak roles for the rest.