Skip to content

Commit

Permalink
Security is disabled in this cluster.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Nov 21, 2024
1 parent 20b3b04 commit f6b8a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dangling/.data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Start the service.
From another shell, add data.

```
curl -X POST -u admin:$OPENSEARCH_PASSWORD http://localhost:9200/movies/_doc --json '{"director":"Bennett Miller","title":"The Cruise","year":1998}'
curl -X POST http://localhost:9200/movies/_doc --json '{"director":"Bennett Miller","title":"The Cruise","year":1998}'
{"_index":"movies","_id":"XBDMTpMBjBlaZgUqAkGm","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"_seq_no":0,"_primary_term":1}
```
Expand Down

0 comments on commit f6b8a43

Please sign in to comment.