aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-01-19 17:29:37 +0100
committerAlex Auvolat <alex@adnab.me>2021-01-19 17:29:37 +0100
commit9560f8085292e990949c53b4ba964936a3d3b6e5 (patch)
tree19ff4f1415114e19acf362add066f2ff3c1182fa
parenta847a9683f6e8be44f40ee92a44416ab6dce14a1 (diff)
downloadinfrastructure-9560f8085292e990949c53b4ba964936a3d3b6e5.tar.gz
infrastructure-9560f8085292e990949c53b4ba964936a3d3b6e5.zip
mention secretmgr.py in create_database
-rw-r--r--op_guide/create_database/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/op_guide/create_database/README.md b/op_guide/create_database/README.md
index 7d49c97..fb3bdd9 100644
--- a/op_guide/create_database/README.md
+++ b/op_guide/create_database/README.md
@@ -8,6 +8,8 @@ Go to guichet.deuxfleurs.fr
4. Hash it with `slappasswd`
5. Add a `userpassword` entry with the hash
+This step can also be done using the automated tool `secretmgr.py` in the app folder.
+
## 2. Connect to postgres with the admin users
```bash