opssight-connector icon indicating copy to clipboard operation
opssight-connector copied to clipboard

GCR authentication - Add support to authenticate via a json key file

Open snps-elie opened this issue 6 years ago • 0 comments

I have all my images pushed to GCR. I tested OpsSight with access tokens and it works as expected. The problem is that access tokens are not the recommended way to authenticate with GCR. "Access tokens are short-lived tokens that provide read/write access to your Google Cloud Platform resources."

Google usually recommend using json key files for service accounts to authenticate. https://cloud.google.com/container-registry/docs/advanced-authentication

Can you add support for this?

snps-elie avatar Oct 10 '18 14:10 snps-elie