Fork me on GitHub
#nrepl
<
2019-09-12
>
danboykis01:09:25

@bozhidar i have an app in a docker container and I was thinking have some sort of password or key based auth

dpsutton01:09:56

We only start the nrepl server in a dev environment. Not sure if that could help you

bozhidar06:09:00

@danboykis There’s no security currently. Some form of auth was discussed in the past, but there was never a lot of demand for it.

bozhidar06:09:21

A simple password-based approach won’t work, as the nREPL requests are not encrypted.