You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix docs for Google Cloud Secret Manager backend (#14164)
"airflow-tenant-primary" is a bit confusing, and the examples don't match up in the configuration file example.
fix "connections_prefix" and "variables_prefix" mixup in first unordered list in "Managing Secrets" section
make "variable_prefix" plural for consistency
Copy file name to clipboardExpand all lines: docs/apache-airflow-providers-google/secrets-backends/google-cloud-secret-manager-backend.rst
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -79,13 +79,13 @@ the following parameters:
79
79
80
80
All options should be passed as a JSON dictionary.
81
81
82
-
For example, if you want to set parameter ``connections_prefix`` to ``"airflow-tenant-primary"`` and parameter ``variables_prefix`` to ``"variables_prefix"``, your configuration file should look like this:
82
+
For example, if you want to set parameter ``connections_prefix`` to ``"example-connections-prefix"`` and parameter ``variables_prefix`` to ``"example-variables-prefix"``, your configuration file should look like this:
0 commit comments