Skip to content

Commit

Permalink
feat: Add role passthrough (#320)
Browse files Browse the repository at this point in the history
* feat: Add role passthrough

* rename
  • Loading branch information
dacbd authored Jan 8, 2025
1 parent 388483b commit 1fa7e8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,12 @@ module "wandb" {
]
}

console = {
extraEnv = {
"BUCKET_ACCESS_IDENTITY" = module.app_eks.node_role.arn
}
}

# To support otel rds and redis metrics, we need operator-wandb chart min version 0.13.8 (yace subchart)
yace = var.enable_yace ? {
install = true
Expand Down

0 comments on commit 1fa7e8a

Please sign in to comment.