Skip to content

Commit 8df5f0d

Browse files
committed
chore: permission check and restore kong original version
1 parent 020f828 commit 8df5f0d

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

ansible/files/permission_check.py

Lines changed: 4 additions & 3 deletions
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(

ansible/tasks/setup-kong.yml

Lines changed: 1 addition & 1 deletion
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

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ envoy_release: 1.28.0
4040
envoy_release_checksum: sha1:b0a06e9cfb170f1993f369beaa5aa9d7ec679ce5
4141
envoy_hot_restarter_release_checksum: sha1:6d43b89d266fb2427a4b51756b649883b0617eda
4242

43-
kong_release_target: noble
44-
kong_deb: kong_3.9.0_arm64.deb
45-
kong_deb_checksum: sha1:f458c8b183f79cffae4cd84c989cea4a4ecaaaba
43+
kong_release_target: focal
44+
kong_deb: kong_2.8.1_arm64.deb
45+
kong_deb_checksum: sha1:2086f6ccf8454fe64435252fea4d29d736d7ec61
4646

4747
nginx_release: 1.22.0
4848
nginx_release_checksum: sha1:419efb77b80f165666e2ee406ad8ae9b845aba93

0 commit comments

Comments
 (0)