AA 역할 레거시 분석 smoke #2
1 changed files with 28 additions and 0 deletions
28
scope/role-aa/migration-map.json
Normal file
28
scope/role-aa/migration-map.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"role_id": "AA",
|
||||
"migration_version": "1.0.0",
|
||||
"legacy_mapping": {
|
||||
"OLD_ROLE_AA": {
|
||||
"new_role": "AA",
|
||||
"migration_status": "in_progress",
|
||||
"mapped_permissions": ["READ", "QUERY", "EXPORT"],
|
||||
"unmapped_permissions": [],
|
||||
"risk_level": "medium"
|
||||
}
|
||||
},
|
||||
"data_transformation": {
|
||||
"attribute_mapping": {
|
||||
"legacy_attr_1": "new_attr_1",
|
||||
"legacy_attr_2": "new_attr_2"
|
||||
},
|
||||
"validation_rules": [
|
||||
"data_integrity_check",
|
||||
"permission_consistency_check"
|
||||
]
|
||||
},
|
||||
"evidence": {
|
||||
"pre_migration_snapshot": "archive/role-aa/pre-migration/",
|
||||
"post_migration_snapshot": "archive/role-aa/post-migration/",
|
||||
"migration_log": "logs/role-aa/migration.log"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue