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
One way this will reduce friction and accelerate the proliferation of interesting zrok configurations is that examples can be more freely shared without the admin needing first to sanitize the YAML.
Currently, it's necessary to either sanitize the configs or employ a templating system to avoid commiting secrets.
Sanitization example
docker run -i --rm mikefarah/yq '(.oauth.hash_key, .oauth.providers[0].client_id, .oauth.providers[0].client_secret) = ""'< ./zrok_etc/frontend.yml | tee ./zrok_frontend.scrubbed.yml
Once
cf
includes support for merging environment variables with a bound config, we'll be able to inject configuration from the environment.The text was updated successfully, but these errors were encountered: