cube-js/cube

Add support for Google Workload Identity to Cube Store

开放

#4,434 创建于 2022年4月22日

 (6 条评论) (12 个反应) (0 位负责人)Rust (1,965 个派生)batch import
cube storehelp wanted

仓库指标

星标
 (19,563 个星标)
PR 合并指标
 (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.

贡献者指南