s
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user