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
Currently, GRPC_XDS_BOOTSTRAP points to a file. In some cases, it much easier to stick the entire configuration in an env var than configure both an env var and a file. For example, with docker, its a simple --env for the former, and both --env and --volume (as well as maintaining the folder, potentially many bootstraps for many containers).
menghanl
changed the title
xds: support configuration of GRPC_XDS_BOOTSTRAP through inline env var config
xds: support env variable GRPC_XDS_BOOTSTRAP_CONFIG for bootstrap config content
Jan 8, 2021
Currently, GRPC_XDS_BOOTSTRAP points to a file. In some cases, it much easier to stick the entire configuration in an env var than configure both an env var and a file. For example, with docker, its a simple
--env
for the former, and both--env
and--volume
(as well as maintaining the folder, potentially many bootstraps for many containers).Some other motivations for this can be found in https://12factor.net/config.
The text was updated successfully, but these errors were encountered: