grafeas / voucher

🎟 Voucher creates attestations for Binary Authorization
Apache License 2.0
73 stars 24 forks source link

Change Voucher Client server configuration to avoid conflict with environment variables #44

Closed rxbchen closed 2 years ago

rxbchen commented 2 years ago

In some alpine images, when calling voucher_client from a container. The hostname would be overridden by an environment variable present in the OS causing voucher_client to make a call to the wrong endpoint.

This pr aims to rename that configuration variable so we won't run into that issue

rxbchen commented 2 years ago

This introduces a breaking change for whoever is using voucher_client