feat: update force delete list

This commit is contained in:
Minhyeok Park 2024-10-07 19:31:16 +09:00
parent e7b316be7a
commit 39eb07798f
Signed by: pmh_only
SSH Key Fingerprint: SHA256:g/OyGvi2pcd8ub9mqge/ohmDP0fZX/xOPWPIcM+9XpI
2 changed files with 7 additions and 782 deletions

View File

@ -4,18 +4,22 @@ class ForceDeleteExtension {
private readonly EXPLICIT_TARGET_SELECTORS = [ private readonly EXPLICIT_TARGET_SELECTORS = [
// S3 --- // S3 ---
'.empty-bucket-actions__input>input',
'.delete-bucket-actions__input>input', '.delete-bucket-actions__input>input',
// VPC --- // VPC ---
'div[data-id="confirmation-modal-input"]>input' 'div[data-id="confirmation-modal-input"]>input',
// IAM ---
'div[data-testid="roles-delete-modal-input"]>input',
'div[data-testid="policies-delete-modal-input"]>input'
] ]
private readonly IMPLICIT_TARGET_PLACEHOLDERS = [ private readonly IMPLICIT_TARGET_PLACEHOLDERS = [
'delete', 'delete',
'delete me', 'delete me',
'confirm' 'confirm',
'permanently delete'
] ]
public readonly startLoop = (): void => { public readonly startLoop = (): void => {

779
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff