mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-07-19 00:46:59 +08:00
add key-cert
to the list of data types which can be validated
This commit is contained in:
parent
faeb629192
commit
bbabb76397
1 changed files with 1 additions and 0 deletions
|
@ -536,6 +536,7 @@ def test_policy(obj_type, name, mntner):
|
||||||
"as-set",
|
"as-set",
|
||||||
"schema",
|
"schema",
|
||||||
"dns",
|
"dns",
|
||||||
|
"key-cert",
|
||||||
]:
|
]:
|
||||||
if obj_type == "organisation" and not name.startswith("ORG-"):
|
if obj_type == "organisation" and not name.startswith("ORG-"):
|
||||||
log.error("%s does not start with 'ORG-'" % (name))
|
log.error("%s does not start with 'ORG-'" % (name))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue