Selaa lähdekoodia

Merge pull request #643 from mdr-engineering/feature/bp_MSOCI-2152_secrets_config

Adds secrets for Vault Auth
Brad Poulton 3 vuotta sitten
vanhempi
sitoutus
b909787bad

+ 1 - 4
prod/aws-us-gov/mdr-prod-c2/099-vault-configuration/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/vault-configuration?ref=v3.5.16"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/vault-configuration?ref=v4.2.11"
 }
 
 dependency "vpc-system-services" {
@@ -56,9 +56,6 @@ inputs = {
   vpc_id                  = dependency.vpc-system-services.outputs.vpc_id
   azs                     = dependency.vpc-system-services.outputs.azs
   subnets                 = dependency.vpc-system-services.outputs.private_subnets
-  okta_oidc_client_id     = "0oa5jb5198xfxqLiE297"
-  okta_oidc_client_secret = "<place secret here>"
-  okta_api_token          = "<place secret here>"
   roles = {
     mdr-admins = {
       token_policies = ["admins"]

+ 1 - 4
test/aws-us-gov/mdr-test-c2/099-vault-configuration/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/vault-configuration?ref=v3.5.16"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/vault-configuration?ref=v4.2.11"
 }
 
 dependency "vpc-system-services" {
@@ -56,9 +56,6 @@ inputs = {
   vpc_id                  = dependency.vpc-system-services.outputs.vpc_id
   azs                     = dependency.vpc-system-services.outputs.azs
   subnets                 = dependency.vpc-system-services.outputs.private_subnets
-  okta_oidc_client_id     = "0oa5icfdd1PdtoER0297"
-  okta_oidc_client_secret = "<place secret here>"
-  okta_api_token          = "<place secret here>"
   roles = {
     mdr-admins = {
       token_policies = ["admins"]