micahhausler / k8s-oidc-helper

Helper tool for authenticating to Kubernetes using Google's OpenID Connect
MIT License
201 stars 86 forks source link

Adds ca certs to runtime image #13

Closed rposborne closed 6 years ago

rposborne commented 6 years ago

Lacking these certs caused errors such as Error getting tokens: Post https://www.googleapis.com/oauth2/v3/token: x509: failed to load system roots and no roots provided

This fixes #12 but it used #10 to find the root issue.

I would recommend merging #10 as well.

micahhausler commented 6 years ago

Good catch! Thanks!