Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGoyette committed Nov 20, 2024
1 parent bb98e9e commit c81b442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ module "wandb" {
internalJWTMap = [
{
subject = "system:serviceaccount:${var.namespace}:${local.weave_trace_service_account_name}",
issuer = var.weave_trace_service_account_oidc_issuer_url
issuer = var.kubernetes_cluster_oidc_issuer_url
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ variable "clickhouse_region" {
###########################################
# Internal Service #
###########################################
variable "weave_trace_service_account_oidc_issuer_url" {
variable "kubernetes_cluster_oidc_issuer_url" {
type = string
description = "OIDC issuer URL for the weave trace service account"
description = "OIDC issuer URL for the Kubernetes cluster. Can be determined using kubectl get --raw /.well-known/openid-configuration"
default = ""
}

0 comments on commit c81b442

Please sign in to comment.