feat: add secret_manager information

This commit is contained in:
egarette@silique.fr 2026-06-20 21:19:12 +02:00
parent 24d87c3395
commit f69f8df131

View file

@ -106,6 +106,9 @@ class Annotator(Walk): # pylint: disable=R0903
'the variable "{0}" has attribute "secret_manager" so must not have default value' 'the variable "{0}" has attribute "secret_manager" so must not have default value'
) )
raise DictConsistencyError(msg.format(path), 59, variable.xmlfiles) raise DictConsistencyError(msg.format(path), 59, variable.xmlfiles)
self.objectspace.informations.add(
path, "secret_manager", True
)
def convert_variable(self): def convert_variable(self):
"""convert variable""" """convert variable"""