mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
Format gcloud auth login block command correctly
This commit is contained in:
@@ -175,8 +175,13 @@ Encrypting using GCP KMS
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
GCP KMS uses `Application Default Credentials
|
||||
<https://developers.google.com/identity/protocols/application-default-credentials>`_.
|
||||
If you already logged in using :bash:`gcloud auth login` you can enable application
|
||||
default credentials using the sdk::
|
||||
If you already logged in using
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ gcloud auth login
|
||||
|
||||
you can enable application default credentials using the sdk::
|
||||
|
||||
$ gcloud auth application-default login
|
||||
|
||||
|
||||
Reference in New Issue
Block a user