We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da34c5c commit d417cdbCopy full SHA for d417cdb
operator/src/main/resources/scripts/model-wdt-create-filter.py
@@ -40,6 +40,9 @@ def filter_model(model):
40
if 'Security' in topology:
41
model['topology']['Security'] = topology['Security']
42
43
+ if 'SecurityConfiguration' in topology:
44
+ model['topology']['SecurityConfiguration'] = topology['SecurityConfiguration']
45
+
46
if model and 'appDeployments' in model:
47
model['appDeployments'] = {}
48
0 commit comments