cdk-sops-secrets
cdk-sops-secrets copied to clipboard
feat: splitup the policy creation if too many parameters are created …
When creating a large set of parameters the maxium policy size of is exceeded:
This PR improves the parameter policy creation by splitting up the policy, if it would exceed the maximum policy size.
Additionally the property keySeperator
was renamed to keySeparator
to match flattenSeparator
.