You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On ckanext-aircan, establish a distinction between a local airflow instance and an instance on the cloud (GCP)
Obtain a GCP client from ckanext-aircan
Authenticate Client
Parameterize DAG name and invoke DAG on GCP via Airflow API
Analysis
Discuss other authentication methods rather than basic auth. By setting the security configuration, it is possible to allow only specific users, or groups of users, etc. Much stronger than basic HTTP Auth. In this version, we'll use Google Auth, which requires a token
The text was updated successfully, but these errors were encountered:
We want to allow authenticated users only on the airflow GCP webserver.
Acceptance
Tasks
Analysis
Discuss other authentication methods rather than basic auth.By setting the security configuration, it is possible to allow only specific users, or groups of users, etc. Much stronger than basic HTTP Auth. In this version, we'll use Google Auth, which requires a tokenThe text was updated successfully, but these errors were encountered: