Skip to content

Commit bc57121

Browse files
committed
Add better explanation to change set
1 parent 9bce0a1 commit bc57121

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.changeset/angry-parrots-confess.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,13 @@
44

55
Add a class for safe instantiation of managed policies with a specific structure of path
66
which enables them to be discoverable.
7+
8+
This enables teams to define sets of permissions which are re-usable and can be used to
9+
create credentials suitable to approach a given workload, consistent with the Principle
10+
of Least Privilege. This is preferred to existing workflows where a wide-ranging
11+
developer role is used.
12+
13+
These can be reused in multiple locations, so, for example, an EC2 instance can be given
14+
a specific set of permissions which are also identically available for a support task.
15+
Changing one would then change the other, ensuring encapsulation of requirements in a
16+
single place.

0 commit comments

Comments
 (0)