Skip to content

Update guide for Google Cloud Secret Manager Backend #10172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Aug 6, 2020
Merged
Prev Previous commit
Next Next commit
fixup! fixup! fixup! fixup! fixup! Update guide for Google Cloud Secr…
…et Manager Backend
  • Loading branch information
Kamil Breguła committed Aug 5, 2020
commit fb0ba6cc0192139ef1f284ae08c554d6fae89401
2 changes: 1 addition & 1 deletion docs/howto/use-alternative-secrets-backend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ You can configure the credentiaps in three ways:

* By default, Application Default Credentials (ADC) is used obtain credentials.
* ``gcp_key_path`` option in ``backend_kwargs`` option - allows you to configure authorizations with a service account stored in local file.
* ``gcp_keyfile_dict`` option in ``backend_kwargs` option` - allows you to configure authorizations with a service account stored in Airflow configuration.
* ``gcp_keyfile_dict`` option in ``backend_kwargs`` option - allows you to configure authorizations with a service account stored in Airflow configuration.

.. note::

Expand Down