git-ecosystem / trace2receiver

GOLANG based OTEL custom collector receiver component for Trace2 data
MIT License
44 stars 7 forks source link

Set non-default ACL on named pipe on Windows #13

Closed jeffhostetler closed 1 year ago

jeffhostetler commented 1 year ago

On Windows, named pipes are created with a default ACL that doesn't allow unprivileged users to connect and send data to the service. Users in the Administrators group have RW access, but the Everyone group only has R by default.

Give them RW.

jeffhostetler commented 1 year ago

See https://github.com/git-ecosystem/trace2receiver/pull/12