cube-js/cube

Add support for Google Workload Identity to Cube Store

Open

#4,434 建立於 2022年4月22日

在 GitHub 查看
 (6 留言) (12 反應) (0 負責人)Rust (1,965 fork)batch import
cube storehelp wanted

倉庫指標

Star
 (19,563 star)
PR 合併指標
 (平均合併 5天 16小時) (30 天內合併 138 個 PR)

描述

Is your feature request related to a problem? Please describe. Cube Store currently supports only using a JSON service account credential for authenticating to Google Cloud Storage. Google recommends against using this method when possible for security hardening purposes.

Describe the solution you'd like Implement Workload identity as described in https://cloud.google.com/kubernetes-engine/docs/concepts/workload-identity

Describe alternatives you've considered Alternative is to use the existing hard-coded secrets method.

貢獻者指南