1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-06 12:45:57 +01:00
Files
atomic/tests/unit/fixtures/default_policy.json
Aaron Weitekamp ef8b07ef79 update default trust policy file
Signed-off-by: Aaron Weitekamp <aweiteka@redhat.com>

Closes: #822
Approved by: rhatdan
2017-01-16 14:27:00 +00:00

17 lines
278 B
JSON

{
"default": [
{
"type": "insecureAcceptAnything"
}
],
"transports": {
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}