Skip to content

Commit

Permalink
[website] Add instructions for adding users to board server (#3968)
Browse files Browse the repository at this point in the history
The caller needs to request application-default credentials in order for
the operation to succeed.

Part of #2675
  • Loading branch information
timswanson-google authored Dec 9, 2024
1 parent 666e26b commit e340327
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/website/src/docs/guides/breadboard-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,12 @@ will be prompted to do so.
Each user who wishes to connect to a Board Server is identified by an API key.
These keys are created by an admin with write access to the `board-server` DB.

Acquire application-default credentials:

```sh
gcloud auth application-default login
```

From the repository root:

```sh
Expand Down

0 comments on commit e340327

Please sign in to comment.