Enable MAS admin cli
This commit is contained in:
parent
770ba36ffc
commit
8fe546c3fe
1 changed files with 11 additions and 0 deletions
|
|
@ -33,6 +33,17 @@ let
|
||||||
}];
|
}];
|
||||||
proxy_protocol = false;
|
proxy_protocol = false;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "admin";
|
||||||
|
resources = [{
|
||||||
|
name = "adminapi";
|
||||||
|
}];
|
||||||
|
binds = [{
|
||||||
|
host = "localhost";
|
||||||
|
port = 8083;
|
||||||
|
}];
|
||||||
|
proxy_protocol = false;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
trusted_proxies = [
|
trusted_proxies = [
|
||||||
"192.168.0.0/16"
|
"192.168.0.0/16"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue