Fix --account documentation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user