sunank200 commented on code in PR #53189:
URL: https://github.com/apache/airflow/pull/53189#discussion_r2207470498
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -1493,6 +1493,32 @@ api:
type: boolean
example: ~
default: "False"
+ hitl_enable_shared_links:
+ description: |
+ Enable Human-in-the-Loop (HITL) shared links functionality. When
enabled, users can generate
+ shareable links for HITL tasks that can be used to perform actions or
redirect to the UI.
+ This feature must be explicitly enabled for security reasons.
+ version_added: 3.1.0
+ type: boolean
+ example: ~
+ default: "False"
+ hitl_shared_link_secret_key:
Review Comment:
I have reused it now. But the reason for the separate
`hitl_shared_link_secret_key` was that `[api] secret_key` was used for general
API server security. And I thought `hitl_shared_link_secret_key` can be used
for signing and verifying HITL shared links.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]