Fix --account documentation

This commit is contained in:
André Laszlo
2024-11-20 15:27:51 +01:00
parent 3793bdc2c3
commit a07ef64fad

View File

@@ -1,10 +1,8 @@
class Kamal::Secrets::Adapters::GcpSecretManager < Kamal::Secrets::Adapters::Base class Kamal::Secrets::Adapters::GcpSecretManager < Kamal::Secrets::Adapters::Base
private private
def login(account) def login(account)
# Since only the account option is passed from the cli, we'll use it for: # Since only the account option is passed from the cli, we'll use it for both account and service account
# - Account # impersonation.
# - GCP project
# - Service account impersonation
# #
# Syntax: # Syntax:
# ACCOUNT: USER | USER "," DELEGATION_CHAIN # ACCOUNT: USER | USER "," DELEGATION_CHAIN