Skip to content

Commit

Permalink
Addressing Darshit Comment
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Jain <[email protected]>
  • Loading branch information
vibrantvarun committed Jan 26, 2024
1 parent 4ebd8ff commit b0fa08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Additionally, it is also possible to run a cluster with security enabled:

By default, if `-Dsecurity.enabled=true` is passed the following defaults will be used: `https=true`, `user=admin`. There is no default password and it is to be set as `password=<admin-password>`.

Then, to access the cluster, we can run the below command. <admin-password> parameter is the password set by admin.
Then, to connect to the cluster, use the following command. Remember to replace `<admin-password>` with the password you chose when setting up the admin user.
```bash
curl https://localhost:9200 --insecure -u admin:<admin-password>

Expand Down

0 comments on commit b0fa08b

Please sign in to comment.