Skip to content

Commit 420552a

Browse files
committed
fix: adminapi permissions for auth dir
1 parent 9ae28f1 commit 420552a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ansible/tasks/internal/admin-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- name: adminapi - system user
22
user:
33
name: adminapi
4-
groups: root,admin,envoy,kong,pgbouncer,postgres,postgrest,systemd-journal,vector,wal-g
4+
groups: root,admin,envoy,gotrue,kong,pgbouncer,postgres,postgrest,systemd-journal,vector,wal-g
55
append: yes
66

77
- name: Move shell scripts to /root dir

ansible/tasks/setup-gotrue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
path: /etc/auth.d
3636
state: directory
3737
owner: gotrue
38-
mode: 0755
38+
mode: 0775
3939

4040
- name: gotrue - unpack archive in /opt/gotrue
4141
unarchive:

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.0.1.59-orioledb"
13-
postgres17: "17.4.1.009"
14-
postgres15: "15.8.1.066"
12+
postgresorioledb-17: "17.0.1.60-orioledb"
13+
postgres17: "17.4.1.010"
14+
postgres15: "15.8.1.067"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)