cube-js/cube

Add support for Google Workload Identity to Cube Store

Open

#4.434 aberto em 22 de abr. de 2022

Ver no GitHub
 (6 comments) (12 reactions) (0 assignees)Rust (1.965 forks)batch import
cube storehelp wanted

Métricas do repositório

Stars
 (19.563 stars)
Métricas de merge de PR
 (Mesclagem média 5d 16h) (138 fundiu PRs em 30d)

Description

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.

Guia do colaborador