Skip to content

Commit

Permalink
Update codfw1dev creds (#464)
Browse files Browse the repository at this point in the history
* Update codfw1dev creds

Bug: T380900

* use_path_style

* id

* spacing

* ec2 cred

* cinder cred
  • Loading branch information
vivian-rook authored Nov 27, 2024
1 parent 22e6f2c commit 36848e9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified ansible/files/csi-secret-cinderplugin.yaml.codfw1dev.crypt
Binary file not shown.
Binary file modified secrets-codfw1dev.sh
Binary file not shown.
4 changes: 2 additions & 2 deletions tofu/codfw1dev-backend.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# https://github.com/hashicorp/terraform/issues/13022

region = "codfw1dev"
bucket = "pawsdev:tofu-state"
bucket = "d34805fb49a44a82a0b9668ad1d1227a:tofu-state"
endpoint = "https://object.codfw1dev.wikimediacloud.org"
key = "state/main"


skip_region_validation = true
skip_credentials_validation = true
force_path_style = true
use_path_style = true
Binary file modified tofu/secrets.tf
Binary file not shown.
2 changes: 1 addition & 1 deletion tofu/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ variable "tenant_id" {
variable "application_credential_id" {
type = map(any)
default = {
"codfw1dev" = "ef08f1e29861499d94617f6e116c264f"
"codfw1dev" = "6b404a11241446c7a52c04f39983eda6"
"eqiad1" = "43edf67449c740538af78c1743cb72c3"
}
}
Expand Down

0 comments on commit 36848e9

Please sign in to comment.