1 Answer
- Newest
- Most votes
- Most comments
0
For SourceIdentity Propagation you can try these troubleshoots as per Sagemaker documentation:
- Enable it at the domain level during creation or update.
- For domain creation, use the --domain-settings
ExecutionRoleIdentityConfig=USER_PROFILE_NAMEparameter with AWS CLI or create-domain API. - For updating an existing domain, include the --domain-settings-for-update
ExecutionRoleIdentityConfig=USER_PROFILE_NAMEparameter. Stop all apps in the domain before updating. - Single-user setups via quick setup automatically enable source identity.
- Source identity allows administrators to view user profile names in CloudTrail logs for auditing and access control.
Relevant content
- asked 2 years ago
- asked 2 years ago
