-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ci): fixes for newer aws-cdk version and automated branch deployments #24
Conversation
…ret with additional veda_ prefixes
CfnOutput( | ||
self, | ||
f"cognito-app-{service_id}-secret", | ||
export_name=f"{stack_name}-cognito-app-secret", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the secret we're passing to veda-data-airflow
, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so airflow uses the veda-workflows auth client? I will duplicate this output in app.py. The other app.py cfn output that was added for the programmatic client was causing duplicate export names so I removed this inner cfn output to let the new one you added for sdk win.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh that won't work either. I may need to walk back some changes and try and handle the duplicate identifier bug in a different way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, it uses this export name - {stack_name}-cognito-app-secret
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I fixed this here 7adb071
What
Minimum viable branch and push cicd updates and various fixes
"@aws-cdk/customresources:installLatestAwsSdkDefault": false
How tested
Temporarily executed cdk deploy to dev stack on push to this fix branch.