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
When using Grafeas with Kritis one must setup certificates for the two services to communicate. This prevents Voucher from connecting to Grafeas as it presently doesn't support certificate auth against Grafeas OS.
To resolve this, we should add certificate support to the Grafeas MetadataClient:
Load certificate from filesystem in cmd/config and pass it to the Grafeas MetadataClient.
Load private key from filesystem (or ejson for consistency with PGP code?)
The text was updated successfully, but these errors were encountered:
When using Grafeas with Kritis one must setup certificates for the two services to communicate. This prevents Voucher from connecting to Grafeas as it presently doesn't support certificate auth against Grafeas OS.
To resolve this, we should add certificate support to the Grafeas MetadataClient:
cmd/config
and pass it to the Grafeas MetadataClient.The text was updated successfully, but these errors were encountered: