Skip to content

Commit

Permalink
Update two incorrect occurrences of the password for notreal@fakeemai…
Browse files Browse the repository at this point in the history
…l.ch
  • Loading branch information
pavel-raykov committed Nov 19, 2024
1 parent c236aca commit 185f038
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-mayflies-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

#updated Update few incorrect occurences of the password for notreal@fakeemail.ch.
2 changes: 1 addition & 1 deletion core/scripts/chaincli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ You can also combine the `bootstrap` and `launch-and-test` commands into a singl
```shell
./chaincli keeper launch-and-test --bootstrap
```
In the output of this command, you will see the http address of the nodes, e.g. `http://localhost:6688`. This is the Chainlink Operator GUI. You can use the default username `notreal@fakeemail.ch` and password `fj293fbBnlQ!f9vNs~#` to log in.
In the output of this command, you will see the http address of the nodes, e.g. `http://localhost:6688`. This is the Chainlink Operator GUI. You can use the default username `notreal@fakeemail.ch` and password `fj293fbBnlQ!f9vNs` to log in.

### Logs
Now that the nodes are running, you can use the `logs` subcommand to stream the output of the containers to your local terminal:
Expand Down
2 changes: 1 addition & 1 deletion core/scripts/chaincli/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import (

const (
defaultChainlinkNodeLogin = "notreal@fakeemail.ch"
defaultChainlinkNodePassword = "fj293fbBnlQ!f9vNs~#"
defaultChainlinkNodePassword = "fj293fbBnlQ!f9vNs"

Check failure

Code scanning / CodeQL

Hard-coded credentials Critical

Hard-coded
password
.
ethKeysEndpoint = "/v2/keys/eth"
ocr2KeysEndpoint = "/v2/keys/ocr2"
p2pKeysEndpoint = "/v2/keys/p2p"
Expand Down

0 comments on commit 185f038

Please sign in to comment.