AA 역할 레거시 분석 smoke (runtime-role-matrix-live-20260714105818-v9-aa-001)
All checks were successful
ci / test (pull_request) Successful in 5s
All checks were successful
ci / test (pull_request) Successful in 5s
This commit is contained in:
parent
b4c89cd46e
commit
ed01fb8bb1
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