Skip to content

Commit 4bd09b1

Browse files
committed
lines
1 parent 294ebce commit 4bd09b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

chapters/ch06.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ export default function accessor(key) {
114114
}
115115
```
116116

117-
There are many other ways of storing our application settings, each with their pros and cons. The approach we just discussed, though, is relatively easy to implement and solid enough to get started. As an upgrade, you might want to look into using AWS Secrets Manager. That way, you'd have a single secret to take care of in team members' environments, instead of every single secret. A secret service also takes care of encryption, secure storage, secret rotation (useful in the case of a data breach), among other advanced features.
117+
There are many other ways of storing our application settings, each with their pros and cons. The approach we just discussed, though, is relatively easy to implement and solid enough to get started. As an upgrade, you might want to look into using AWS Secrets Manager. That way, you'd have a single secret to take care of in team members' environments, instead of every single secret.
118+
119+
A secret service also takes care of encryption, secure storage, secret rotation (useful in the case of a data breach), among other advanced features.
118120

119121
==== 6.2 Explicit Dependency Management
120122

0 commit comments

Comments
 (0)