Fix integration test with updated file perms (#11916)
This commit is contained in:
parent
5e6c934135
commit
d85d16a0c9
|
@ -37,4 +37,8 @@ for f in \
|
||||||
docker cp "${container}:/out/$f" workdir/secondary/tls
|
docker cp "${container}:/out/$f" workdir/secondary/tls
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Private keys have 600 perms but tests are run as another user
|
||||||
|
chmod 666 workdir/primary/tls/primary-server-consul-0-key.pem
|
||||||
|
chmod 666 workdir/secondary/tls/secondary-server-consul-0-key.pem
|
||||||
|
|
||||||
docker rm -f "$container" >/dev/null || true
|
docker rm -f "$container" >/dev/null || true
|
||||||
|
|
Loading…
Reference in New Issue