- NAME
-
- gcloud beta iam service-accounts sign-blob - sign a blob with a managed service account key
- SYNOPSIS
-
-
gcloud beta iam service-accounts sign-blobINPUT-FILEOUTPUT-FILE--iam-account=IAM_ACCOUNT[ GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(BETA)This command signs a file containing arbitrary binary data (a blob) using a system-managed service account key. - POSITIONAL ARGUMENTS
-
INPUT-FILE- A path to the blob file to be signed.
OUTPUT-FILE- A path the resulting signed blob will be written to.
- REQUIRED FLAGS
-
--iam-account=IAM_ACCOUNT- The service account to sign as.
- GCLOUD WIDE FLAGS
-
These flags are available to all commands: --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account,
--log-http, --project, --quiet, --trace-token, --user-output-enabled,
--verbosity.
Run
$ gcloud helpfor details. - EXAMPLES
-
To sign a blob file with a system-managed service account key, run:
$ gcloud beta iam service-accounts sign-blob \ --iam-account my-account@somedomain.com input.bin output.bin - SEE ALSO
- For more information on how this command ties into the wider cloud infrastructure, please see https://cloud.google.com/appengine/docs/java/appidentity/
- NOTES
-
This command is currently in BETA and may change without notice. These variants
are also available:
$ gcloud iam service-accounts sign-blob $ gcloud alpha iam service-accounts sign-blob
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-02-04.


