Add V1_ONLY_DOMAIN to internal properties (#3345)
This commit is contained in:
parent
6d7b113ca0
commit
1b1c9cd1cf
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ INTERNAL_ONLY_PROPERTIES = {
|
||||||
# TODO: move this into the schema once we support signing in QE.
|
# TODO: move this into the schema once we support signing in QE.
|
||||||
'FEATURE_SIGNING',
|
'FEATURE_SIGNING',
|
||||||
'TUF_SERVER',
|
'TUF_SERVER',
|
||||||
|
|
||||||
|
'V1_ONLY_DOMAIN',
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG_SCHEMA = {
|
CONFIG_SCHEMA = {
|
||||||
|
|
Reference in a new issue