misc: avoid permission issue when running envoy 94/37394/2
authorMaros Ondrejicka <maros.ondrejicka@pantheon.tech>
Thu, 13 Oct 2022 13:38:17 +0000 (15:38 +0200)
committerMaros O <maros.ondrejicka@pantheon.tech>
Thu, 13 Oct 2022 13:54:25 +0000 (13:54 +0000)
commiteeaf6c8973d5dde96612e0212137408675fadf7a
tree90ac80670aebff9641a7e12686097fbd670b7344
parentce62d6f01ceb9373d64110e6e4cfab7dcc041e9b
misc: avoid permission issue when running envoy

Because envoy didn't have permission for `envoy.log` file it would stop.
This made tests involving envoy fail.
Adding `ENVOY_UID` environment variable makes envoy run as root,
which avoids the problem.

Type: fix
Signed-off-by: Maros Ondrejicka <maros.ondrejicka@pantheon.tech>
Change-Id: I910416ad1c87137396e7da89c13de7739ce74c70
.gitignore
extras/hs-test/utils.go