Allow loopback IRC RPC diagnostics

This commit is contained in:
Andrew Stoltz
2026-06-19 21:14:58 -05:00
parent 347fa58252
commit 18b8d8fd59

View File

@@ -700,7 +700,10 @@ data:
}
rpc-user flowercorereadonly {
match { ip 10.*; }
match {
ip 10.*;
ip 127.0.0.0/8;
}
password "__RPC_PASSWORD_HASH__";
rpc-class flowercore-readonly;
}
@@ -719,7 +722,10 @@ data:
}
rpc-user flowercoreadmin {
match { ip 10.*; }
match {
ip 10.*;
ip 127.0.0.0/8;
}
password "__RPC_ADMIN_PASSWORD_HASH__";
rpc-class flowercore-admin;
}
@@ -1073,7 +1079,7 @@ spec:
labels:
app: unrealircd
annotations:
flowercore.io/config-revision: "irc-admin-rpc-auth-20260620-r2"
flowercore.io/config-revision: "irc-admin-rpc-auth-20260620-r3"
spec:
initContainers:
- name: inject-credentials