1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00
gcloud-help/gcloud/alpha/container/hub/identity-service/enable

56 lines
2.1 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
2023-11-15 11:42:54 +00:00
gcloud alpha container hub identity-service enable - enable the Identity
2022-03-01 04:29:52 +00:00
Service Feature
SYNOPSIS
2023-02-01 11:38:52 +00:00
gcloud alpha container hub identity-service enable
[--fleet-default-member-config=FLEET_DEFAULT_MEMBER_CONFIG]
[GCLOUD_WIDE_FLAG ...]
2022-03-01 04:29:52 +00:00
DESCRIPTION
2022-03-01 21:43:54 +00:00
(ALPHA) This command enables the Identity Service Feature in a fleet.
2022-03-01 04:29:52 +00:00
EXAMPLES
To enable the Identity Service Feature, run:
$ gcloud alpha container hub identity-service enable
2023-11-15 11:42:54 +00:00
To enable the Identity Service Feature with a fleet-level default
membership configuration, run:
$ gcloud alpha container hub identity-service enable \
--fleet-default-member-config=/path/to/identity-service.yaml
2023-02-01 11:38:52 +00:00
FLAGS
--fleet-default-member-config=FLEET_DEFAULT_MEMBER_CONFIG
The path to an identity-service.yaml identity configuration file. If
specified, this configuration would be the default Identity Service
configuration for all memberships in your fleet. It could be overridden
with a membership-specific configuration by using the the Apply command
with the --config argument.
To enable the Identity Service Feature with a fleet-level default
membership configuration, run:
$ gcloud alpha container hub identity-service enable \
--fleet-default-member-config=/path/to/identity-service.yaml
2022-03-01 04:29:52 +00:00
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 alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
2022-05-18 08:41:01 +00:00
access allowlist. These variants are also available:
$ gcloud container hub identity-service enable
2022-03-01 04:29:52 +00:00
$ gcloud beta container hub identity-service enable