airflow.providers.edge.worker_api.auth

Module Contents

Functions

jwt_signer()

jwt_token_authorization(method, authorization)

Check if the JWT token is correct.

jwt_token_authorization_rpc(body[, authorization])

Check if the JWT token is correct for JSON PRC requests.

jwt_token_authorization_rest(request[, authorization])

Check if the JWT token is correct for REST API requests.

Attributes

log

airflow.providers.edge.worker_api.auth.log[source]
airflow.providers.edge.worker_api.auth.jwt_signer()[source]
airflow.providers.edge.worker_api.auth.jwt_token_authorization(method, authorization)[source]

Check if the JWT token is correct.

airflow.providers.edge.worker_api.auth.jwt_token_authorization_rpc(body, authorization=Header(description='JWT Authorization Token'))[source]

Check if the JWT token is correct for JSON PRC requests.

airflow.providers.edge.worker_api.auth.jwt_token_authorization_rest(request, authorization=Header(description='JWT Authorization Token'))[source]

Check if the JWT token is correct for REST API requests.

Was this entry helpful?