owncloud / ocis

:atom_symbol: ownCloud Infinite Scale Stack
https://doc.owncloud.com/ocis/next/
Apache License 2.0
1.38k stars 181 forks source link

ocdav service still using machine auth #7597

Open kobergj opened 11 months ago

kobergj commented 11 months ago

The ocdav service (living in reva) is still using machine auth in some cases. We want to use service accounts instead

Acceptance criteria:

kobergj commented 4 months ago

Two occurrences of this in revas ocdav service: https://github.com/cs3org/reva/blob/edge/internal/http/services/owncloud/ocdav/ocdav.go#L343 https://github.com/cs3org/reva/blob/edge/internal/http/services/owncloud/ocdav/ocdav.go#L370