diff options
author | Brinda Santh <brindasanth@in.ibm.com> | 2018-08-27 20:08:09 -0400 |
---|---|---|
committer | Brinda Santh <brindasanth@in.ibm.com> | 2018-08-27 20:08:09 -0400 |
commit | e2f01ca57072a4685c957ce9aec0ab3cf51c7a4e (patch) | |
tree | 08550bc0618d24428eb32f6870562df4d639552a /ms/controllerblueprints/modules/resource-dict/load/resource_dictionary | |
parent | 862ccc534007c84cccbe5caf3f3d2eef9757bc31 (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/resource-dict/load/resource_dictionary')
-rw-r--r-- | ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/db-source.json | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/db-source.json b/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/db-source.json index cd4e282b..c53a6dd3 100644 --- a/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/db-source.json +++ b/ms/controllerblueprints/modules/resource-dict/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 |