Skip to content

Commit

Permalink
Remove reference to default credentials (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Jan 2, 2024
1 parent ead157c commit 8d4026f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To install the SQL CLI:
1. To launch the CLI, run:

```
opensearchsql https://localhost:9200 --username admin --password admin
opensearchsql https://localhost:9200 --username admin --password < Admin password >
```
By default, the `opensearchsql` command connects to [http://localhost:9200](http://localhost:9200/).

Expand Down Expand Up @@ -107,7 +107,7 @@ For a list of all available configurations, see [clirc](https://github.com/opens
2. Index the sample data.

```
curl -H "Content-Type: application/x-ndjson" -POST https://localhost:9200/data/_bulk -u admin:admin --insecure --data-binary "@accounts.json"
curl -H "Content-Type: application/x-ndjson" -POST https://localhost:9200/data/_bulk -u admin:< Admin password > --insecure --data-binary "@accounts.json"
```


Expand Down

0 comments on commit 8d4026f

Please sign in to comment.