Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IT-4204: Add IAM permissions to llm dev role #1337

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xschildw
Copy link
Contributor

@xschildw xschildw commented Feb 13, 2025

This PR adds IAM permissions to create roles and policies to the LLM developer role.
Depends on #1336 to be deployed.

The boundary is included when determining the effective permissions at runtime, it is required when
creating a role (and there is no check on the policy attached to the role).
See https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html

"Resource": "arn:aws:iam::${AWS::AccountId}:role/synllmrole-*",
"Condition": {
"StringEquals": {
"iam:PermissionsBoundary": "${synLlmLambdaExecPermissionBoundary}"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ARN of boundary policy needs to be set here (had both resources in same template in original code).

@xschildw
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant