Skip to content

Commit d417cdb

Browse files
jshum2479rjeberhard
authored andcommitted
Include SecurityConfiguration in the primordial domain to support PasswordDigest authentication.
1 parent da34c5c commit d417cdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

operator/src/main/resources/scripts/model-wdt-create-filter.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ def filter_model(model):
4040
if 'Security' in topology:
4141
model['topology']['Security'] = topology['Security']
4242

43+
if 'SecurityConfiguration' in topology:
44+
model['topology']['SecurityConfiguration'] = topology['SecurityConfiguration']
45+
4346
if model and 'appDeployments' in model:
4447
model['appDeployments'] = {}
4548

0 commit comments

Comments
 (0)