Switch to using ACL'd pipes over sockets
Open
GAPII
GAPIR
GAPIS
P1
triaged
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
Let's not have sockets open for anyone to connect to in the most common case of using the client and server locally.
Switch to using OS specific pipes which do the authentication bits for us.
Contributor guide
Assessment
This issue has not been assessed yet.