robertpofuk commented on code in PR #72262:
URL: https://github.com/apache/airflow/pull/72262#discussion_r3980304006


##########
providers/edge3/provider.yaml:
##########
@@ -106,6 +106,57 @@ config:
         type: string
         example: https://airflow.hosting.org/edge_worker/v1/rpcapi
         default: ~
+      trusted_jwks_url:
+        description: |
+          When set, edge worker tokens are verified against this JSON Web Key 
Set
+          (JWKS) URL of a trusted OpenID Connect provider, using asymmetric
+          signatures, instead of the shared ``[api_auth] jwt_secret``. This 
lets
+          edge workers authenticate with tokens minted by an external identity
+          provider.
+
+          When empty (the default) the shared-secret (symmetric) verification 
is
+          used, so existing deployments are unaffected.
+        version_added: 4.4.0
+        type: string
+        example: https://idp.example.com/oauth2/v1/keys
+        default: ~
+      jwt_issuer:

Review Comment:
   Done — `trusted_jwks_url` now notes it drops the per-method check, 
`jwt_issuer`
   notes that empty skips the issuer check (and needs a `jwt_verifier`), and the
   `jwt_audience` wording is corrected. Also fixed the old `oidc_*` names in 
the PR
   description.



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

Reply via email to