You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: DEVELOPMENT.md
+19-2
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,25 @@ npm ci --cache .npm
52
52
- One to simulate the database of an application, used for secret rotation
53
53
-**A Vault instance:** For managing secrets
54
54
55
-
Note that if using any of the below options, Vault will be accessible on http://localhost:8200.
56
-
The root token for development is 'root-token'.
55
+
Two options are provided for setting up the environment, either using `podman` or `docker-compose`.
56
+
Refer to the respective scripts ([`dev/podman.sh`](dev/podman.sh) and [`dev/docker-compose.yml`](dev/docker-compose.yml)) for detailed instructions.
57
+
58
+
**Notes:**
59
+
60
+
- If using any of these options, Vault will be accessible on http://localhost:8200.
61
+
- The provided "root-token" is for development only. Use strong, unique tokens in production and follow best practices for Vault token management.
62
+
- The demo database is initialized with sample users and credentials for demonstration purposes. After [having initialized Vault](#running-the-cli), you could configure these users for rotation, e.g. with the following secret value in `path/to/my/secret`:
0 commit comments