You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- remove CreationType (Single, Multi)
- replace with ResourceType (PARAMETER_MULTI) and move it to properties
fixes: #1076
- add property 'autoGenerateIamPermissions'
fixes: #1087
- add property 'role' for SopsSyncProvider
fixes: #1087
- move resourceType from syncOptions to syncProperties, as it shouldn't be set by users
- move permissionhandling to own functions, to reduce cyclomatic compexity
we expose the property resourceType to our users. This is bad and not required, as we already have Constructs for each resource type.
We should remove this from the public props, and set it in each Construct to the required value.
cdk-sops-secrets/src/SopsSync.ts
Line 144 in 23ac30a
The text was updated successfully, but these errors were encountered: