Skip to content

Commit

Permalink
Adds link to dapr api token docs
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Kolevska <[email protected]>
  • Loading branch information
elena-kolevska committed Jan 8, 2024
1 parent 499b9ef commit b810adb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion daprdocs/content/en/python-sdk-docs/python-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ The legacy environment variables `DAPR_RUNTIME_HOST`, `DAPR_HTTP_PORT` and `DAPR
also supported, but `DAPR_GRPC_ENDPOINT` takes precedence.

##### Dapr API Token
If your Dapr instance is configured to require the `DAPR_API_TOKEN` environment variable, you can
set it in the environment and the client will use it automatically.
You can read more about Dapr API token authentication [here](https://docs.dapr.io/operations/security/api-token/).

You can use the `DAPR_API_TOKEN` environment variable to set the Dapr API token.

## Building blocks

Expand Down

0 comments on commit b810adb

Please sign in to comment.