aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/service/load
diff options
context:
space:
mode:
authorBrinda Santh <brindasanth@in.ibm.com>2018-08-27 20:08:09 -0400
committerBrinda Santh <brindasanth@in.ibm.com>2018-08-27 20:08:09 -0400
commite2f01ca57072a4685c957ce9aec0ab3cf51c7a4e (patch)
tree08550bc0618d24428eb32f6870562df4d639552a /ms/controllerblueprints/modules/service/load
parent862ccc534007c84cccbe5caf3f3d2eef9757bc31 (diff)
Controller Blueprints Microservice
Remove hard coded decrypt rule definition in resource definition and sample JSON. Change-Id: Iaea93ae34fdd6c440c074f001b80a94578086b1a Issue-ID: CCSDK-488 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to 'ms/controllerblueprints/modules/service/load')
-rw-r--r--ms/controllerblueprints/modules/service/load/resource_dictionary/db-source.json12
1 files changed, 1 insertions, 11 deletions
diff --git a/ms/controllerblueprints/modules/service/load/resource_dictionary/db-source.json b/ms/controllerblueprints/modules/service/load/resource_dictionary/db-source.json
index cd4e282b..c53a6dd3 100644
--- a/ms/controllerblueprints/modules/service/load/resource_dictionary/db-source.json
+++ b/ms/controllerblueprints/modules/service/load/resource_dictionary/db-source.json
@@ -22,15 +22,5 @@
}
}
}
- },
- "decryption-rules": [
- {
- "sources": [
- "input"
- ],
- "path": "/.",
- "rule": "LOCAL-Decrypt",
- "decrypt-type": "AES128"
- }
- ]
+ }
} \ No newline at end of file