Skip to content

Commit 1ba8691

Browse files
authored
Update examples/vault-variable-test/README.md
Signed-off-by: tpmccallum [email protected] Signed-off-by: Timothy McCallum <[email protected]>
1 parent 241d371 commit 1ba8691

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/vault-variable-test/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ spin up --runtime-config-file runtime_config.toml
3434
6. Test the application:
3535

3636
```bash
37-
curl -i http://127.0.0.1:3000
37+
$ curl localhost:3000 --data "test_password"
38+
{"authentication": "accepted"}
3839
```

0 commit comments

Comments
 (0)