Allow loopback IRC RPC diagnostics
This commit is contained in:
@@ -700,7 +700,10 @@ data:
|
|||||||
}
|
}
|
||||||
|
|
||||||
rpc-user flowercorereadonly {
|
rpc-user flowercorereadonly {
|
||||||
match { ip 10.*; }
|
match {
|
||||||
|
ip 10.*;
|
||||||
|
ip 127.0.0.0/8;
|
||||||
|
}
|
||||||
password "__RPC_PASSWORD_HASH__";
|
password "__RPC_PASSWORD_HASH__";
|
||||||
rpc-class flowercore-readonly;
|
rpc-class flowercore-readonly;
|
||||||
}
|
}
|
||||||
@@ -719,7 +722,10 @@ data:
|
|||||||
}
|
}
|
||||||
|
|
||||||
rpc-user flowercoreadmin {
|
rpc-user flowercoreadmin {
|
||||||
match { ip 10.*; }
|
match {
|
||||||
|
ip 10.*;
|
||||||
|
ip 127.0.0.0/8;
|
||||||
|
}
|
||||||
password "__RPC_ADMIN_PASSWORD_HASH__";
|
password "__RPC_ADMIN_PASSWORD_HASH__";
|
||||||
rpc-class flowercore-admin;
|
rpc-class flowercore-admin;
|
||||||
}
|
}
|
||||||
@@ -1073,7 +1079,7 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: unrealircd
|
app: unrealircd
|
||||||
annotations:
|
annotations:
|
||||||
flowercore.io/config-revision: "irc-admin-rpc-auth-20260620-r2"
|
flowercore.io/config-revision: "irc-admin-rpc-auth-20260620-r3"
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: inject-credentials
|
- name: inject-credentials
|
||||||
|
|||||||
Reference in New Issue
Block a user