@govuk-pay/cli 0.0.28 → 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,8 @@ 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
|
-
|
|
66
|
+
DB_PASSWORD: aws/rds/application_users/deploy/pact_broker # pragma: allowlist secret
|
|
67
|
+
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/deploy/pact_broker_support_readonly # pragma: allowlist secret
|
|
68
68
|
stubs:
|
|
69
69
|
smartpay-expected-password: pay-stubs/smartpay/expected-password
|
|
70
70
|
smartpay-expected-user: pay-stubs/smartpay/expected-user
|
|
@@ -498,6 +498,10 @@ value:
|
|
|
498
498
|
LEDGER_RDS_PASSWORD: "/" # pragma: allowlist secret
|
|
499
499
|
PRODUCTS_RDS_PASSWORD: "/" # pragma: allowlist secret
|
|
500
500
|
PUBLICAUTH_RDS_PASSWORD: "/" # pragma: allowlist secret
|
|
501
|
+
deploy-tooling:
|
|
502
|
+
pact-broker:
|
|
503
|
+
DB_USER: "pact_broker"
|
|
504
|
+
DB_SUPPORT_USER_READONLY: "pact_broker_support_readonly"
|
|
501
505
|
test-12:
|
|
502
506
|
adminusers:
|
|
503
507
|
DB_USER: "adminusers1"
|
|
@@ -39,8 +39,10 @@ deploy:
|
|
|
39
39
|
pact-broker:
|
|
40
40
|
- master_db_user
|
|
41
41
|
- master_db_password
|
|
42
|
-
-
|
|
43
|
-
-
|
|
42
|
+
- DB_USER
|
|
43
|
+
- DB_PASSWORD
|
|
44
|
+
- DB_SUPPORT_USER_READONLY
|
|
45
|
+
- DB_SUPPORT_PASSWORD_READONLY
|
|
44
46
|
pact-broker-auth:
|
|
45
47
|
- pact-broker-basic-auth-password
|
|
46
48
|
- pact-broker-basic-auth-username
|