airflow
airflow copied to clipboard
Allow AWS Secrets Backends use AWS Connection capabilities
In additional added new Extra Connection parameters
profile_name- this only one parameter which could be assigned tosession_kwargswithout any side effects in current provider, so I thought there is no reason usesession_kwargs.verify- this parameter could specified at that moment only in hook (right now), but not in connection.
Update documentation and split Extra Connection Config by sections.
closes: #25326 (updated, initially mention wrong issue)