From a07ef64fade353aec99a4b2c6715091a55e6991f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Laszlo?= Date: Wed, 20 Nov 2024 15:27:51 +0100 Subject: [PATCH] Fix --account documentation --- lib/kamal/secrets/adapters/gcp_secret_manager.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/kamal/secrets/adapters/gcp_secret_manager.rb b/lib/kamal/secrets/adapters/gcp_secret_manager.rb index c6d6387b..25c9fa00 100644 --- a/lib/kamal/secrets/adapters/gcp_secret_manager.rb +++ b/lib/kamal/secrets/adapters/gcp_secret_manager.rb @@ -1,10 +1,8 @@ class Kamal::Secrets::Adapters::GcpSecretManager < Kamal::Secrets::Adapters::Base private def login(account) - # Since only the account option is passed from the cli, we'll use it for: - # - Account - # - GCP project - # - Service account impersonation + # Since only the account option is passed from the cli, we'll use it for both account and service account + # impersonation. # # Syntax: # ACCOUNT: USER | USER "," DELEGATION_CHAIN