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
Beyond the core mechanics of the IAM policy, this also needs to include provisions for interacting with AWS Bedrock functionality. Additionally, this should create a Vault role for generating IAM credentials with the same IAM policy bound to it that can be generated for use in developer environments.
Description/Context
Plan/Design
Prior Art:
https://github.com/mitodl/ol-infrastructure/blob/main/src/ol_infrastructure/applications/airbyte/__main__.py#L584-L614
The only other thing you’ll need is to make the service account because in that example we’re relying on one that comes with the helm chart. The pulumi stuff to make one is here https://www.pulumi.com/registry/packages/kubernetes/api-docs/core/v1/serviceaccount/
there are special things about the role in the IAM config that the TrustRole does for you. AssumeRole stuff
The text was updated successfully, but these errors were encountered: