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.
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.