From af156e6dbfffea2d352663b45ffe4659f1200a2f Mon Sep 17 00:00:00 2001 From: schultztimothy Date: Tue, 17 Sep 2024 10:03:01 -0600 Subject: [PATCH] chore: remove uneeded vars and correct infra libs version --- infra/aws/index.ts | 3 --- infra/package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/infra/aws/index.ts b/infra/aws/index.ts index ef87d89..cc10eb1 100644 --- a/infra/aws/index.ts +++ b/infra/aws/index.ts @@ -53,9 +53,6 @@ const amplifyAppInfo = coreInfraStack.getOutput("newPassportDomain").apply((doma branchName: passportBranches[stack], environmentVariables: passportXyzAppEnvironment, tags: { ...defaultTags, Name: `${prefix}.${domainName}` }, - enableBasicAuth: false, - basicAuthUsername: "", - basicAuthPassword: "", buildCommand: "yarn build", preBuildCommand: "yarn install", artifactsBaseDirectory: ".next", diff --git a/infra/package.json b/infra/package.json index e59ebc9..fc33fa6 100644 --- a/infra/package.json +++ b/infra/package.json @@ -11,6 +11,6 @@ "@pulumi/awsx": "^2.0.2", "@pulumi/cloudflare": "^5.35.0", "@pulumi/pulumi": "^3.113.0", - "infra-libs": "passportxyz/infra-libs#semver:^1.0.1" + "infra-libs": "passportxyz/infra-libs#semver:^1.1.0" } } \ No newline at end of file