Skip to content

Commit

Permalink
Merge pull request #477 from lsst/u/rra/data-dev
Browse files Browse the repository at this point in the history
Add serviceAccount prefix for Butler access
  • Loading branch information
rra authored Jul 6, 2023
2 parents a5dba30 + 57b71b1 commit 8ad3f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/deployments/panda/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ variable "cross_project_service_accounts" {
description = "Service account granted database access"
type = list(string)
default = [
"sqlproxy-butler-int@science-platform-dev-7696.iam.gserviceaccount.com"
"serviceAccount:sqlproxy-butler-int@science-platform-dev-7696.iam.gserviceaccount.com"
]
}

Expand Down

0 comments on commit 8ad3f03

Please sign in to comment.