mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 10:06:13 +01:00
13 lines
167 B
HCL
13 lines
167 B
HCL
|
service_prefix "gateway" {
|
||
|
policy = "write"
|
||
|
}
|
||
|
service_prefix "" {
|
||
|
policy = "read"
|
||
|
}
|
||
|
node_prefix "" {
|
||
|
policy = "read"
|
||
|
}
|
||
|
agent_prefix "" {
|
||
|
policy = "read"
|
||
|
}
|