mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 14:32:33 +00:00
agent: Add an agent configutation file example
With all endpoints allowed. Signed-off-by: Samuel Ortiz <s.ortiz@apple.com>
This commit is contained in:
parent
8a4e69d237
commit
08360c981d
21
src/agent/samples/configuration-all-endpoints.toml
Normal file
21
src/agent/samples/configuration-all-endpoints.toml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# This is an agent configuration file example.
|
||||||
|
dev_mode = true
|
||||||
|
server_addr = 'vsock://8:2048'
|
||||||
|
|
||||||
|
[endpoints]
|
||||||
|
# All endpoints are allowed
|
||||||
|
allowed = [ "CreateContainer", "StartContainer", "RemoveContainer",
|
||||||
|
"ExecProcess", "SignalProcess", "WaitProcess",
|
||||||
|
"UpdateContainer", "StatsContainer", "PauseContainer", "ResumeContainer",
|
||||||
|
"WriteStdin", "ReadStdout", "ReadStderr", "CloseStdin", "TtyWinResize",
|
||||||
|
"UpdateInterface", "UpdateRoutes", "ListInterfaces", "ListRoutes", "AddARPNeighbors",
|
||||||
|
"StartTracing", "StopTracing", "GetMetrics",
|
||||||
|
"CreateSandbox", "DestroySandbox",
|
||||||
|
"OnlineCPUMem",
|
||||||
|
"ReseedRandomDev",
|
||||||
|
"GetGuestDetails",
|
||||||
|
"MemHotplugByProbe",
|
||||||
|
"SetGuestDateTime",
|
||||||
|
"CopyFile",
|
||||||
|
"GetOOMEvent",
|
||||||
|
"AddSwap"]
|
Loading…
Reference in New Issue
Block a user