opensearch-project/OpenSearch

Support GCP Workload Identity in the repository-gcs plugin

Open

#11,224 建立於 2023年11月15日

在 GitHub 查看
 (12 留言) (4 反應) (1 負責人)Java (1,505 fork)batch import
Storage:Snapshotsenhancementgood first issuelow hanging fruit

倉庫指標

Star
 (8,123 star)
PR 合併指標
 (平均合併 5天 9小時) (30 天內合併 266 個 PR)

描述

Is your feature request related to a problem? Please describe. Storing snapshots with the repository-gcs plugin requires a gcp service account key that's stored as a kubernetes secret. We'd like to avoid this secret as it requires additional overhead like periodically rotating the secret for security. GCP's Workload Identity feature would be a better alternative that avoids the need for a secret.

Describe the solution you'd like Use GCP's workload identity feature for authentication in the repository-gcs plugin.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

貢獻者指南