Conversation
|
Pending items:
|
|
I tested this branch on a custom "unity-luca-1" deployment and it worked - great job! |
|
Just a note regarding the venue-services proxy; I believe you'll need to modify the They've got |
|
Modify Terraform to query SSM parameter store for parameter that contain Cognito app client data. Can confirm that sensitive data is not shown when running Terraform plan. Terraform will perform the following actions:
# module.unity-sps-airflow.helm_release.airflow will be updated in-place
~ resource "helm_release" "airflow" {
id = "airflow"
name = "airflow"
~ values = [
# Warning: this attribute value will be marked as sensitive and will not
# display in UI output after applying this change. The value is unchanged.
~ (sensitive value),
]
# (27 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}Waiting on how the client id and client secret will be stored in SSM parameter store and whether it falls under SPS to store these values. |
Purpose
Proposed Changes
webserver_config.py.Issues
Testing
Implemented locally and then deployed to
unity-venue-devfor testing:Confirmed hand off to Cognito for user authentication

Confirmed log into Airflow UI and user role
