You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am working with an Enterprise customer on ML use cases and exploring the way to orchestrate deploy using seed-farmer and aws-codeseeder. As a security best practice, enforcing permission boundaries and specifying custom paths for IAM roles and policies during creation is essential. This approach, widely adopted by enterprise customers, enhances security and access control. Providing features to customize IAM role paths, permission boundaries, and policy paths is highly valuable for aligning with these best practices.
Describe the solution you'd like
I am looking for input parameters for IAM role custom path and permission boundary along with IAM policy custom path when using codeseeder.remote_function or any better solution which allow passing these input parameters so they can be used while IAM role and policy are created as part of aws-codeseeder.
Describe alternatives you've considered
I have manually added the
IAM Policy Path in template.yaml in resource SeedkitResourcesPolicy
IAM Role PermissionsBoundary in template.yaml in resource CodeBuildRole
Additional context
This IAM Role and Policy path and permission boundary are used in most of the scenario where security best practice are followed. So this will be very good addition for user of aws_codeseeder
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am working with an Enterprise customer on ML use cases and exploring the way to orchestrate deploy using seed-farmer and aws-codeseeder. As a security best practice, enforcing permission boundaries and specifying custom paths for IAM roles and policies during creation is essential. This approach, widely adopted by enterprise customers, enhances security and access control. Providing features to customize IAM role paths, permission boundaries, and policy paths is highly valuable for aligning with these best practices.
Describe the solution you'd like
I am looking for input parameters for IAM role custom path and permission boundary along with IAM policy custom path when using codeseeder.remote_function or any better solution which allow passing these input parameters so they can be used while IAM role and policy are created as part of aws-codeseeder.
Describe alternatives you've considered
I have manually added the
Additional context
This IAM Role and Policy path and permission boundary are used in most of the scenario where security best practice are followed. So this will be very good addition for user of aws_codeseeder
The text was updated successfully, but these errors were encountered: