Allow loopback IRC RPC diagnostics
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user