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
SPS Team has settled on an approach to get to the Airflow endpoint/service via the SS proxy (MDPS URL), and has got rid of their internal credentials check. They want to still be able to figure out what roles (i.e. Cognito user groups) are associated with the user that has accessed their Airflow service.
Integrate a script or some other means that will allow them to access roles presumably from the JWT token.
mod_auth_openidc adds request headers that represent the Cognito groups (one CSV header).
Acceptance Criteria:
Inspect network traffic to Airflow, to make sure headers are passed in
SPS Team is confident that they can use information passed to them about roles, in the future.
The text was updated successfully, but these errors were encountered:
SPS Team has settled on an approach to get to the Airflow endpoint/service via the SS proxy (MDPS URL), and has got rid of their internal credentials check. They want to still be able to figure out what roles (i.e. Cognito user groups) are associated with the user that has accessed their Airflow service.
Integrate a script or some other means that will allow them to access roles presumably from the JWT token.
mod_auth_openidc adds request headers that represent the Cognito groups (one CSV header).
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: