kaxil commented on a change in pull request #8913:
URL: https://github.com/apache/airflow/pull/8913#discussion_r430071458
##########
File path: docs/howto/use-alternative-secrets-backend.rst
##########
@@ -351,6 +351,7 @@ GCP Secrets Manager Backend
To enable GCP Secrets Manager to retrieve connection/variables, specify
:py:class:`~airflow.providers.google.cloud.secrets.secrets_manager.CloudSecretsManagerBackend`
as the ``backend`` in ``[secrets]`` section of ``airflow.cfg``.
+Displaying secrets from the GCP Secrets Manager backend is not yet supported
by the Web UI.
Review comment:
For Variables, we it at
https://airflow.readthedocs.io/en/latest/concepts.html#storing-variables-in-environment-variables
>Variables set using Environment Variables would not appear in the Airflow
UI but you will be able to use it in your DAG file.
For Connection, we have details on how to set it using Env Var but we don't
state it that it won't be visible in the UI.
May be add something as a Sphinx "Note" / "Info" / "Warning" to say that the
UI would only show Connections & Variables stored in Metadata DB
##########
File path: docs/howto/use-alternative-secrets-backend.rst
##########
@@ -351,6 +351,7 @@ GCP Secrets Manager Backend
To enable GCP Secrets Manager to retrieve connection/variables, specify
:py:class:`~airflow.providers.google.cloud.secrets.secrets_manager.CloudSecretsManagerBackend`
as the ``backend`` in ``[secrets]`` section of ``airflow.cfg``.
+Displaying secrets from the GCP Secrets Manager backend is not yet supported
by the Web UI.
Review comment:
For Variables, we it at
https://airflow.readthedocs.io/en/latest/concepts.html#storing-variables-in-environment-variables
>Variables set using Environment Variables would not appear in the Airflow
UI but you will be able to use it in your DAG file.
For Connection, we have details on how to set it using Env Var but we don't
state it that it won't be visible in the UI.
May be add something as a Sphinx "Note" / "Info" / "Warning" to say that the
UI would only show Connections & Variables stored in Metadata DB and not via
any other method (eg. Secrets like HashiCorpVault / GCP Secrets Manager etc)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]