Skip to content

v2.1.1

Compare
Choose a tag to compare
@anayeaye anayeaye released this 07 Mar 21:30
· 5 commits to main since this release
d3429ec

Added

  • Adds aws_region to each stored client secret

Fixed

  • Fixes The Outputs section contains duplicate Export names by making client secret id export names unique (and more specific). New export names are:
    • {stack_name}-workflows-client-secret-id for the service client secret used by airflow
    • {stack_name}-programmatic-client-secret-id for the use password token generating client used for endpoints that grant tokens (ingest-api, maybe workflows-api in future)
    • {stack_name}-identity-provider-secret-id for the optional data managers group (not used in higher environments)
  • cicd pr and deployment actions on main branch now triggers cdk diff and deployment on a stack named veda-auth-stack-staging