From 8f47996bcec91d1e411cdbb2bf0a524b8f80ce02 Mon Sep 17 00:00:00 2001 From: Sven Seeberg Date: Sat, 14 Jan 2023 12:12:07 +0100 Subject: [PATCH] Change README > About --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d5db37..f99e931 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # About This Python module allows you to manage secrets for Saltstack via Passbolt. This makes managing secrets easier than manually encrypting them and storing the encrpyted password in the Saltstack repository. -Additionally, it is possible to only have one source of truth for passwords for users and IT infrastructure while being able to manage access for each password. That means that all users can contribute to the Saltack configuration and manage (add & change) secrets within their responsibility. +Additionally, it is possible to only have one source of truth for passwords for users and IT infrastructure while being able to manage access for each password. That means that all users can contribute to the Saltack configuration and manage (view/add/change) secrets within their responsibility. # License [MIT](LICENSE)