Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
hwchase17 committed Apr 19, 2024
1 parent d322174 commit e66cea4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/monitoring/faq/webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ To finish setting up your account, run the command:
```shell
modal setup
```

and follow the instructions

### Secrets
Expand All @@ -103,7 +104,7 @@ Next, you will need to set up some secrets in Modal.

First, LangSmith will need to authenticate to Modal by passing in a secret.
The easiest way to do this is to pass in a secret in the query parameters.
To validate this secret, we will need to add a secret in *Modal* to validate it.
To validate this secret, we will need to add a secret in _Modal_ to validate it.
We will do that by creating a Modal secret.
You can see instructions for secrets [here](https://modal.com/docs/guide/secrets).
For this purpose, let's call our secret `ls-webhook` and have it set an environment variable with the name `LS_WEBHOOK`.
Expand Down Expand Up @@ -189,4 +190,4 @@ Putting it all together, it should look something like:
https://hwchase17--auth-example-f-dev.modal.run?secret={SECRET}
```

Replace `{SECRET}` with the secret key you created to access the Modal service.
Replace `{SECRET}` with the secret key you created to access the Modal service.

0 comments on commit e66cea4

Please sign in to comment.