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