You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/20 19:05:19 UTC

[GitHub] [airflow] vincbeck commented on a diff in pull request #27134: Add info about JSON Connection format for AWS SSM Parameter Store Secrets Backend

vincbeck commented on code in PR #27134:
URL: https://github.com/apache/airflow/pull/27134#discussion_r1001013226


##########
docs/apache-airflow-providers-amazon/secrets-backends/aws-ssm-parameter-store.rst:
##########
@@ -67,9 +67,10 @@ you would want to store your connection at ``/airflow/connections/smtp_default``
 Optionally you can supply a profile name to reference aws profile, e.g. defined in ``~/.aws/config``.
 
 The value of the SSM parameter must be the :ref:`connection URI representation <generating_connection_uri>`
-of the connection object.
+or in the :ref:`JSON Format <connection-serialization-json-example>` of the connection object.
 
-In some cases, URI's you will need stored in Secrets Manager may not be intuitive, for example when using HTTP / HTTPS or SPARK, you may need URI's that will look like this:
+In some cases, URI's you will need stored in AWS SSM Parameter Store may not be intuitive,

Review Comment:
   Is it me or the sentence `In some cases, URI's you will need stored in AWS SSM Parameter Store may not be intuitive` does not make a lot of sense ?



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org