All notable changes to this project will be documented in this file.
-
[WIT-249] Some SPs provisioning status endpoint incorrectly reports completed for non existent tokens
- Aligns the interface specification version to version 2.2.0
- Includes a Postman collections with some examples
Closes WIT-249
-
[WIT-249] Some SPs provisioning status endpoint incorrectly reports completed for non existent tokens
-
Resolve WIT-287 "Update mwaa deployment"
-
[WIT-204] HLD documentation for MWAA SP
-
[WIT-195] API version field in OpenAPI spec is set to implementing server version
-
[WIT-199] Documentation
-
Resolve WIT-50 "Update mwaa helm chart"
-
[WIP] feature: custom-changes-mwaa
-
[#8] Resolve "Add file name prefix in the unprovision method"
-
Resolve "Minor improvements"
- Inserted a prefix folder dags and source inside the mwaa manager
executeProvision
function call - Prefix also for the dag file name that ends up in the airflow so it looks like $componentIdentifier(without componentName).$dag_name
Closes #7
- Inserted a prefix folder dags and source inside the mwaa manager
-
[#6] Resolve "Deploy MWAA sp"
- Implemented k8s deployment
- Changed s3Client initialization in order to include WebIdentity
Closes #6
-
[#5] Resolve "Fix a little bug inside provision and unprovision"
- Fixed a bug for subfolders handling
Closes #5
-
[#2] Resolve "Import aws sdk the right way"
- Added provision API
- Added unprovision API
- Imported aws sdk library
- Added an example of descriptor to pass to the provision and unprovision API (it is called pr_descriptor_mwaasp.yaml)
Closes #2
-
[#3] Resolve "Make akka http request to airflow"
- Added
/provision
API - Added docker-compose to start airflow locally
- Set up the logs
- Updated README with how to run airflow locally
Closes #3
- Added
-
Init