@govuk-pay/cli 0.0.29 → 0.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -63,8 +63,7 @@ pay-low-pass:
|
|
|
63
63
|
pact-broker:
|
|
64
64
|
master_db_user: aws/rds/superuser/deploy-tooling/pact-broker/username
|
|
65
65
|
master_db_password: aws/rds/superuser/deploy-tooling/pact-broker/password # pragma: allowlist secret
|
|
66
|
-
|
|
67
|
-
db_password: aws/rds/application_users/deploy/pact_broker_db_password # pragma: allowlist secret
|
|
66
|
+
DB_PASSWORD: aws/rds/application_users/deploy/pact_broker # pragma: allowlist secret
|
|
68
67
|
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/deploy/pact_broker_support_readonly # pragma: allowlist secret
|
|
69
68
|
stubs:
|
|
70
69
|
smartpay-expected-password: pay-stubs/smartpay/expected-password
|
|
@@ -501,6 +500,7 @@ value:
|
|
|
501
500
|
PUBLICAUTH_RDS_PASSWORD: "/" # pragma: allowlist secret
|
|
502
501
|
deploy-tooling:
|
|
503
502
|
pact-broker:
|
|
503
|
+
DB_USER: "pact_broker"
|
|
504
504
|
DB_SUPPORT_USER_READONLY: "pact_broker_support_readonly"
|
|
505
505
|
test-12:
|
|
506
506
|
adminusers:
|