mirror of https://github.com/fluxcd/flux2.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
380 B
JSON
19 lines
380 B
JSON
9 months ago
|
{
|
||
|
"version": "1.0",
|
||
|
"trustPolicies": [
|
||
|
{
|
||
|
"name": "fluxcd.io",
|
||
|
"registryScopes": [
|
||
|
"*"
|
||
|
],
|
||
|
"signatureVerification": {
|
||
|
"level" : "strict"
|
||
|
},
|
||
|
"trustStores": [ "ca:fluxcd.io" ],
|
||
|
"trustedIdentities": [
|
||
|
"*"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|