-
Spike
-
Resolution: Unresolved
-
Normal
-
None
-
Product / Portfolio Work
-
False
-
-
False
-
-
Unset
-
None
-
-
In V1 role seeding, the role is recognized by name in the config. If the name is updated in the config, there is no way for the seeding process to recognize the role. Therefore, we introduced the display_name.
There are ways to overcome this:
- Populate the uuids from stage/prod into the file and update seeding logic, might cause issue in ephemeral or not?
- Or update the config to have two fields, e.g., old_name, new_name, and update the seeding logic. Have to deal with situation next time when seeding, new_name is the old name.
- Or other ways
Check if v2 role is already tracking the display_name