We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad30db5 commit 8a89d79Copy full SHA for 8a89d79
src/main/kotlin/org/exploit/keeper/filter/MachineAuthFilter.kt
@@ -20,7 +20,9 @@ class MachineAuthFilter(
20
): ContainerRequestFilter {
21
private val publicPaths = listOf(
22
"/v1/keeper/system/health",
23
- "/v1/keeper/system/ready"
+ "/v1/keeper/system/ready",
24
+ "/v1/keeper/ping",
25
+ "/v1/keeper/peerId"
26
)
27
28
private val matcher = AntPathMatcher.of("/v1/keeper/**")
0 commit comments