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
S3UTILS-222: run fix script inside vault container with aws-sdk v2
Switch from @aws-sdk/client-iam v3 to aws-sdk v2 so the fix script can
run inside the vault container of older S3C versions (pre-9.5.2) where
only v2 is available. Update README workflow to copy and execute the fix
script inside the vault container instead of running it externally.
Copy file name to clipboardExpand all lines: replicationAudit/README.md
+31-12Lines changed: 31 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
1
1
# TL;DR Complete Workflow Example
2
2
3
-
Here's a complete example running the two scripts and audit the IAM policies used by CRR:
3
+
Here's a complete example running the two scripts and audit the IAM policies used by CRR.
4
+
5
+
Use the fix-missing-replication-permissions.js script (step 7) to correct any missing permissions found by the check script. If the fix script fails with "missing ownerDisplayName", re-run check-replication-permissions.js — this field was added in s3utils 1.17.5.
4
6
5
7
From your local machine: copy scripts to the supervisor
0 commit comments