Skip to content

Commit

Permalink
Note re request identity dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Jul 10, 2024
1 parent 046a0b6 commit 79f2739
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/develop/java/serving.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,12 @@ CODE_LOAD::kotlin/src/main/kotlin/develop/ServingVirtualThreads.kt
## Validating request identity

SDKs can validate that incoming requests come from a particular Restate
instance. You can find out more about request identity in the [Security docs](/operate/security#locking-down-service-access)
instance. You can find out more about request identity in the
[Security docs](/operate/security#locking-down-service-access). You will need
to use the request identity dependency, for example in Gradle:
```kotlin
implementation("dev.restate:sdk-request-identity:VAR::JAVA_SDK_VERSION")
```

<Tabs groupId="sdk" queryString>
<TabItem value="java" label="Java">
Expand Down

0 comments on commit 79f2739

Please sign in to comment.