Skip to content

Commit ff5148e

Browse files
thebengeudarora
authored andcommitted
fix: /etc/envoy permissions
1 parent 7cd16dc commit ff5148e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ansible/tasks/setup-envoy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
- name: Envoy - create configuration files
4141
ansible.builtin.copy:
4242
dest: /etc/envoy/
43-
directory_mode: u=rw,g=rw,o=r
43+
directory_mode: u=rwx,g=rwx,o=rx
4444
group: envoy
4545
mode: u=rw,g=rw,o=r
4646
owner: envoy

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.144"
1+
postgres-version = "15.1.0.145"

docker/all-in-one/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ COPY --chown=postgrest:postgrest docker/all-in-one/etc/postgrest/generated.conf
201201
COPY docker/all-in-one/etc/gotrue.env /etc/gotrue.env
202202

203203
# Customizations for envoy
204-
COPY --chmod=644 --chown=envoy:envoy ansible/files/envoy_config/ /etc/envoy/
204+
COPY --chmod=775 --chown=envoy:envoy ansible/files/envoy_config/ /etc/envoy/
205205

206206
# Customizations for kong
207207
COPY docker/all-in-one/etc/kong/kong.conf /etc/kong/kong.conf

0 commit comments

Comments
 (0)