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
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