v3.1.5
If deploying v3.1.5 directly to your environment
Follow along the self-paced workshop for deployment and use case flow instructions
If upgrading from v3.1.4 to v3.1.5, please read below
If you have already deployed v3.1.4 to your environment, follow the below steps to update your deployment:
- Make a backup of config/env.yaml (or) a different configuration file if you are using a different name for your environment.
- Update your repository with the latest code from v3.1.5
- Overwrite the values specific to your environment in config/env.yaml with values from your backed up config/env.yaml
- Still at the root of the project, run
yarn install --frozen-lock-file
to install the new dev dependenices introduced in this release - Still at the root of the project, run
yarn cdk-synth-env
and validate that the synth is successful - Push the updated code to your repo using instructions from here
- This will automatically trigger the pipeline to deploy v3.1.5 to your environment
What's Changed
- Significant optimization for tuning the solution to operate at scale and avoid throttling issues.
- Support for applying permission sets recursively for nested OUs.
- Update permission set schema to align to the schema spec supported by AWS SSO admin API.
- Handle empty permission set description, session duration and relay state.
- For detailed descriptions of these changes, see #89
Full Changelog: v3.1.4...v3.1.5