@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@govuk-pay/cli",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "GOV.UK Pay Command Line Interface",
5
5
  "bin": {
6
6
  "pay": "bin/cli.js",
@@ -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
- db_user: aws/rds/application_users/deploy/pact_broker_db_username
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:
@@ -39,8 +39,8 @@ deploy:
39
39
  pact-broker:
40
40
  - master_db_user
41
41
  - master_db_password
42
- - db_user
43
- - db_password
42
+ - DB_USER
43
+ - DB_PASSWORD
44
44
  - DB_SUPPORT_USER_READONLY
45
45
  - DB_SUPPORT_PASSWORD_READONLY
46
46
  pact-broker-auth: