feat: add secret_manager information
This commit is contained in:
parent
24d87c3395
commit
f69f8df131
1 changed files with 3 additions and 0 deletions
|
|
@ -106,6 +106,9 @@ class Annotator(Walk): # pylint: disable=R0903
|
|||
'the variable "{0}" has attribute "secret_manager" so must not have default value'
|
||||
)
|
||||
raise DictConsistencyError(msg.format(path), 59, variable.xmlfiles)
|
||||
self.objectspace.informations.add(
|
||||
path, "secret_manager", True
|
||||
)
|
||||
|
||||
def convert_variable(self):
|
||||
"""convert variable"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue