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

feat: Option to pass through reference to iam identity to console #301

Merged
merged 6 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/operator-wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator-wandb
description: A Helm chart for deploying W&B to Kubernetes
type: application
version: 0.22.0
version: 0.22.1
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
1 change: 1 addition & 0 deletions charts/operator-wandb/charts/console/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ image:
tolerations: []

extraEnv:
BUCKET_ACCESS_IDENTITY: unknown
TESTING: true
extraEnvFrom: {}

Expand Down
6 changes: 6 additions & 0 deletions charts/operator-wandb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@ console:
image:
repository: wandb/console
tag: latest
extraEnv:
# This value is used to expose the IAM identity (of the app) to the user in console for
# adding the correct cross account permissions
# ex: AWS("arn:aws:iam::{acc_number}:role/{customer_namespace}-node")
BUCKET_ACCESS_IDENTITY: unknown


flat-run-fields-updater:
install: false
Expand Down
Loading