Skip to content

Commit d7f209b

Browse files
committed
chore: permission check and restore kong original version
1 parent e2bf4a0 commit d7f209b

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

Diff for: ansible/files/permission_check.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@
9090
],
9191
"postgrest": [{"groupname": "postgrest", "username": "postgrest"}],
9292
"tcpdump": [{"groupname": "tcpdump", "username": "tcpdump"}],
93-
"systemd-coredump": [
94-
{"groupname": "systemd-coredump", "username": "systemd-coredump"}
95-
],
9693
}
9794

9895

@@ -154,8 +151,12 @@ def check_nixbld_users():
154151
<<<<<<< HEAD
155152
=======
156153
# Define usernames for which you want to compare results
154+
<<<<<<< HEAD
157155
usernames = ["postgres", "ubuntu", "root", "daemon", "bin", "sys", "sync", "games","man","lp","mail","news","uucp","proxy","www-data","backup","list","irc","nobody","systemd-network","systemd-resolve","systemd-timesync","messagebus","ec2-instance-connect","sshd","wal-g","pgbouncer","gotrue","envoy","kong","nginx","vector","adminapi","postgrest","tcpdump","systemd-coredump"]
158156
>>>>>>> b4a0e8c8 (chore: in 24.04 legacy gnats no longer present in ubuntu)
157+
=======
158+
usernames = ["postgres", "ubuntu", "root", "daemon", "bin", "sys", "sync", "games","man","lp","mail","news","uucp","proxy","www-data","backup","list","irc","nobody","systemd-network","systemd-resolve","systemd-timesync","messagebus","ec2-instance-connect","sshd","wal-g","pgbouncer","gotrue","envoy","kong","nginx","vector","adminapi","postgrest","tcpdump"]
159+
>>>>>>> ec20fb3b (chore: permission check and restore kong original version)
159160

160161
def main():
161162
parser = argparse.ArgumentParser(

Diff for: ansible/tasks/setup-kong.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
- name: Kong - download deb package
1414
get_url:
15-
url: "https://packages.konghq.com/public/gateway-39/deb/ubuntu/pool/{{ kong_release_target }}/main/k/ko/kong_3.9.0/{{ kong_deb }}"
15+
url: "https://packages.konghq.com/public/gateway-28/deb/ubuntu/pool/{{ kong_release_target }}/main/k/ko/kong_2.8.1/{{ kong_deb }}"
1616
dest: /tmp/kong.deb
1717
checksum: "{{ kong_deb_checksum }}"
1818

Diff for: ansible/tasks/setup-wal-g.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@
127127
become: yes
128128
file:
129129
path: /usr/local/go
130-
state: absent
130+
state: absent

Diff for: ansible/vars.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ envoy_release: 1.28.0
3838
envoy_release_checksum: sha1:b0a06e9cfb170f1993f369beaa5aa9d7ec679ce5
3939
envoy_hot_restarter_release_checksum: sha1:6d43b89d266fb2427a4b51756b649883b0617eda
4040

41-
kong_release_target: noble
42-
kong_deb: kong_3.9.0_arm64.deb
43-
kong_deb_checksum: sha1:f458c8b183f79cffae4cd84c989cea4a4ecaaaba
41+
kong_release_target: focal
42+
kong_deb: kong_2.8.1_arm64.deb
43+
kong_deb_checksum: sha1:2086f6ccf8454fe64435252fea4d29d736d7ec61
4444

4545
nginx_release: 1.22.0
4646
nginx_release_checksum: sha1:419efb77b80f165666e2ee406ad8ae9b845aba93

0 commit comments

Comments
 (0)