Skip to content

v62.4.0

Choose a tag to compare

@guardian-cdk guardian-cdk released this 27 Feb 10:37
· 139 commits to main since this release
Immutable release. Only release title and notes can be modified.
bb0eb7b

Minor Changes

  • 62c6674: Add a class for safe instantiation of managed policies with a specific structure of path
    which enables them to be discoverable.

    This enables teams to define sets of permissions which are re-usable and can be used to
    create credentials suitable to approach a given workload, consistent with the Principle
    of Least Privilege. This is preferred to existing workflows where a wide-ranging
    developer role is used.

    These can be reused in multiple locations, so, for example, an EC2 instance can be given
    a specific set of permissions which are also identically available for a support task.
    Changing one would then change the other, ensuring encapsulation of requirements in a
    single place.