Skip to content

Commit

Permalink
Adding support for http and ws in janusgraph (#194)
Browse files Browse the repository at this point in the history
* adding support for https and ws

* new line
  • Loading branch information
jt-dd committed May 22, 2024
1 parent 610bafb commit b59be0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployments/kubehound/kubegraph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ ENV gremlinserver.threadPoolWorker=16
ENV gremlinserver.scriptEngines.gremlin-groovy.plugins[org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin].classImports[+]=com.datadog.ase.kubehound.KubeHoundTraversalSource
ENV gremlinserver.scriptEngines.gremlin-groovy.plugins[org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin].classImports[+]=com.datadog.ase.kubehound.EndpointExposure
ENV gremlinserver.scriptEngines.gremlin-groovy.plugins[org.apache.tinkerpop.gremlin.jsr223.ScriptFileGremlinPlugin].files[+]=scripts/kubehound-dsl-init.groovy

# Support for HTTP and WebSocket ports
ENV gremlinserver.channelizer=org.apache.tinkerpop.gremlin.server.channel.WsAndHttpChannelizer

0 comments on commit b59be0f

Please sign in to comment.