You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m working on integrating these components into my system but am encountering some challenges. If you get any solution for that could you explain any of solutions you might have for the issues I’m facing?
Authentication (Auth)
Are there successful examples of adding authentication (such as BasicAuth or OAuth) at the main domain level? This approach would allow users to access the main domain with shorter URLs, rather than using lengthy subdomain URLs.
Accessing Any URL related and after 1
Is it possible to implement a system changes where authentication at the main domain allows for secure access to any URL or subdomain within the same domain? This would ideally include options for monitoring interactions with specific subdomains.
Reverse Proxy
Are there examples of using requestrepo with reverse-proxy tools like NGINX, Traefik, or Caddy? The reverse proxy would be responsible for routing traffic to various services behind the main domain.
DNS Integration
How can DNS services like CoreDNS be integrated into this setup, ideally without disabling or requiring modifications to systemd-resolved? For multiple requestrepo instances on same machine
Logging with Elasticsearch
Are there examples of logging user interactions and traffic through Elasticsearch? For more robust log management and analysis.
Monitoring with Prometheus
Finally, are there examples of integrating Prometheus for monitoring purposes? Prometheus would be used to track metrics and performance across various services and subdomains in the setup.
The text was updated successfully, but these errors were encountered:
I’m working on integrating these components into my system but am encountering some challenges. If you get any solution for that could you explain any of solutions you might have for the issues I’m facing?
Authentication (Auth)
Are there successful examples of adding authentication (such as BasicAuth or OAuth) at the main domain level? This approach would allow users to access the main domain with shorter URLs, rather than using lengthy subdomain URLs.
Accessing Any URL related and after 1
Is it possible to implement a system changes where authentication at the main domain allows for secure access to any URL or subdomain within the same domain? This would ideally include options for monitoring interactions with specific subdomains.
Reverse Proxy
Are there examples of using requestrepo with reverse-proxy tools like NGINX, Traefik, or Caddy? The reverse proxy would be responsible for routing traffic to various services behind the main domain.
DNS Integration
How can DNS services like CoreDNS be integrated into this setup, ideally without disabling or requiring modifications to systemd-resolved? For multiple requestrepo instances on same machine
Logging with Elasticsearch
Are there examples of logging user interactions and traffic through Elasticsearch? For more robust log management and analysis.
Monitoring with Prometheus
Finally, are there examples of integrating Prometheus for monitoring purposes? Prometheus would be used to track metrics and performance across various services and subdomains in the setup.
The text was updated successfully, but these errors were encountered: