mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Mar 1 10:23:17 UTC 2023
This commit is contained in:
parent
7664984b79
commit
bdaa0b3cfc
230 changed files with 8963 additions and 242 deletions
51
gcloud/beta/iam/workforce-pools/create-login-config
Normal file
51
gcloud/beta/iam/workforce-pools/create-login-config
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
NAME
|
||||
gcloud beta iam workforce-pools create-login-config - create a login
|
||||
configuration file to enable sign-in via a web-based authorization flow
|
||||
using Workforce Identity Federation
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta iam workforce-pools create-login-config AUDIENCE
|
||||
--output-file=OUTPUT_FILE [--activate] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) This command creates a configuration file to enable browser based
|
||||
third-party sign in with Workforce Identity Federation through gcloud auth
|
||||
login --login-config=/path/to/config.json.
|
||||
|
||||
EXAMPLES
|
||||
To create a login configuration for your project, run:
|
||||
|
||||
$ gcloud beta iam workforce-pools create-login-config \
|
||||
locations/global/workforcePools/$WORKFORCE_POOL_ID/providers/\
|
||||
$PROVIDER_ID --output-file=login-config.json
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
AUDIENCE
|
||||
Workforce pool provider resource name.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--output-file=OUTPUT_FILE
|
||||
Location to store the generated login configuration file.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--activate
|
||||
Sets the property auth/login_config_file to the created login
|
||||
configuration file. Calling gcloud auth login will automatically use
|
||||
this login configuration unless it is explicitly unset.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud iam workforce-pools create-login-config
|
||||
|
||||
$ gcloud alpha iam workforce-pools create-login-config
|
||||
|
||||
|
|
@ -31,6 +31,10 @@ COMMANDS
|
|||
create-cred-config
|
||||
(BETA) Create a configuration file for generated credentials.
|
||||
|
||||
create-login-config
|
||||
(BETA) Create a login configuration file to enable sign-in via a
|
||||
web-based authorization flow using Workforce Identity Federation.
|
||||
|
||||
delete
|
||||
(BETA) Delete a workforce pool.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue