Skip to content

Commit 92ec2e5

Browse files
committed
add jwtToken
1 parent 63305b2 commit 92ec2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/kotlin/spp/jetbrains/sourcemarker/portal/PortalController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class PortalController(private val markerConfig: SourceMarkerConfig) : Coroutine
5959
DatabindCodec.mapper().registerModule(module)
6060

6161
log.info("Initializing portal server")
62-
val portalServer = PortalServer()
62+
val portalServer = PortalServer(jwtToken = markerConfig.serviceToken)
6363
vertx.deployVerticle(portalServer).await()
6464
log.info("Portal server initialized")
6565

0 commit comments

Comments
 (0)