subscriptions-project / encryption

Apache License 2.0
7 stars 5 forks source link

go script not working #11

Closed CrystalOnScript closed 4 years ago

CrystalOnScript commented 4 years ago

Filing an issue that the go script seems to be broken at https://github.com/subscriptions-project/encryption/tree/master/golang/cmd/gcp_key_gen

Is there an alternative we can provide?

cc @jeffochoa

elijahsoria commented 4 years ago

Seems that the Tink team changed their Google Cloud API months ago: https://github.com/google/tink/commit/55a65a01ef9e466152ceb51e43e3658e0f6e0870#diff-03579a9e37886100a9fd05ae2288d60eL96

I'll update the script to use the new functions.

elijahsoria commented 4 years ago

Just verified that the script is working again after the PR submitted last week.