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
We need to be able to use the Cognito token for Airflow and OGS API requests - these should be proxied through the venue api gateway
Once the above is working, remove the Airflow login from the mid-proxy and prevent direct access to the mid-proxy
Explanation:
The preferred architecture is that the Airflow and OGC API endpoints are hidden behind the shared service and venue service proxies. The authorization token is retrieved from the shared services, and passed to the shared service proxy to enforce authentication. User permissions could be retrieved and passed to the OGC and Airflow APIs for further authorization.
The text was updated successfully, but these errors were encountered:
PM Ticket Reference: unity-sds/unity-project-management#212
Description:
We need to be able to use the Cognito token for Airflow and OGS API requests - these should be proxied through the venue api gateway
Once the above is working, remove the Airflow login from the mid-proxy and prevent direct access to the mid-proxy
Explanation:
The preferred architecture is that the Airflow and OGC API endpoints are hidden behind the shared service and venue service proxies. The authorization token is retrieved from the shared services, and passed to the shared service proxy to enforce authentication. User permissions could be retrieved and passed to the OGC and Airflow APIs for further authorization.
The text was updated successfully, but these errors were encountered: