Skip to content
Snippets Groups Projects
Unverified Commit a0fde033 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Copy secrets with correct ownership instead of symlinking them


Secrets are owned by root and are not world-readable by default, so
the frontend cannot access them when it’s not running as root.
Not all versions of docker-compose support setting access rights for
secrets, so instead of wrangling with them, just copy secrets and
re-own them.

Signed-off-by: Andrej Shadura's avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent fca80a4d
No related branches found
No related tags found
No related merge requests found
Pipeline #39764 passed