Open
Description
Is your feature request related to a problem? Please describe.
Managing and maintaining separate clusters for each environment is a significant burden for our customers. Currently, because Refinery lacks TLS support, we cannot expose it directly to the public internet to handle traffic across multiple environments.
Describe the solution you'd like
Enable network authentication support in Refinery, allowing a single cluster to securely manage traffic for all environments.
Describe alternatives you've considered
- Using Collectors to route traffic to a centralized Refinery cluster
- Configuring AWS ALB to direct traffic to different Refinery clusters
- Placing Refinery behind an nginx or similar proxy to manage authentication
- Utilizing VPC for controlled access