Use secret for gateway superuser credentials #371
Labels
enhancement
New feature or request
priority: high
High priority
project: infrastructure
Label to identify features related with infrastructure
Milestone
We currently define the gateway credentials for the Helm install in
values.yaml
.These are added as environmental variables for the container, but as a result anyone who can view pods in the
ray
namespace can get access to the superuser credentials:Instead of using environmental variables, we should use a more secure method depending on the environment (for example, for Kubernetes we should use secrets)
The text was updated successfully, but these errors were encountered: