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 | 90c3a2c421b262095ea9684811509fafb8bc9e17 (patch) | |
tree | f8744502e60414aec0f61640db24dcdb844813ba /ms/controllerblueprints/modules/service/load | |
parent | 92c6d038046e5089f44c8c84764ff6ff11bbff47 (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.json | 12 |
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 cd4e282b4..c53a6dd3f 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 |