This commit is contained in:
Jabberwocky238
2026-07-16 08:33:38 -04:00
parent 3ed6a7d804
commit 3de46894d0
6 changed files with 100 additions and 43 deletions
+4 -4
View File
@@ -277,10 +277,10 @@ message ACLDeleteRequest {
// directly for inspection reads; it carries credentials when postgres, so the
// manage port must stay localhost-only/trusted.
message StatusResponse {
string repo_root = 1; // -root (git repo root)
string rpc_addr = 2; // -rpc listen ("" if n/a)
string ssh_addr = 3; // -ssh listen ("" if disabled)
string manage_addr = 4; // -manage listen ("" if disabled)
string root = 1; // -root (git root)
string rpc_addr = 2; // -rpc listen
string ssh_addr = 3; // -ssh listen
string manage_addr = 4; // -manage listen
string auth_url = 5; // -auth RBAC center ("" if skip-auth)
string db_uri = 6; // -db state DB URI
bool skip_auth = 7; // -skip-auth