l7mp / stunner-gateway-operator

STUNner Kubernetes Gateway Operator
Apache License 2.0
15 stars 6 forks source link

Feature request: Take auth credentials from a Secret #18

Closed rg0now closed 1 year ago

rg0now commented 1 year ago

Currently the only way to set the authentication credentials is in plain text in the GatewayConfig. This is not optimal for security reasons and it makes automatic deployment difficult.

Plan: let the GatewayConfig refer to a Secret for the auth credentials and generate the stunner config from there.

Note that the stunnerd config will still include the credentials in plain text.