We are doing migration from dev to prod . How we can add all identity attrbutes at once

We are doing migration from dev to prod . How we can add all identity attrbutes at once during migration/deployment ? since we cant do the idnetity profile deployment without all attributes pressrtn in prod>

is there any way to deploy all attributes at once

Hi @Rakesh_Singh_1234

Did you get chance to go through following documentation.

Using ISC ConfigHub to Promote Objects Between Tenants

2 Likes

You can achieve this using sp-config endpoint. export-sp-config | SailPoint Developer Community. You can extract the required identity profile and import it.
If you want to only get the identity attributes and import them then you can use Identity Attributes APIs Identity Attributes | SailPoint Developer Community

1 Like

You can use config hub like @pattabhi mentioned, sp-config like @udayputta mentioned, you can also copy/edit the config using the VSCode plugin from dev to prod.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.