Class ExampleScenario18
Object
ExampleScenario18
Scenario 18 – Dynamic Key-Limit Upsize (Business-Centric)
A symmetric data-at-rest key is provisioned with tight pilot limits and, later, upsized in-place to handle production growth—without data migration or downtime—using an RFC 7396 JSON Merge-Patch.
Business Flow
- Generate an AES-256 key with pilot limits (soft = 5, max = 10, expiry ≈ 2 months).
- Export baseline metadata
scenario18_before.json
. - Patch to raise ceilings (50 / 100) and extend expiry to 18 months.
- Export post-patch metadata
scenario18_after.json
.
Prerequisite: CLI profile has been initialised (init
).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExampleScenario18
public ExampleScenario18()
-
-
Method Details
-
main
-