@govuk-pay/cli 0.0.55 → 0.0.57
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 +1 -1
- package/resources/legacy-ruby-cli/README.md +5 -74
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/doctor.rb +0 -85
- package/resources/legacy-ruby-cli/lib/pay_cli/config.rb +1 -23
- package/resources/legacy-ruby-cli/lib/pay_cli/entry_point.rb +4 -21
- package/src/commands/local/subcommands/user.js +15 -2
- package/resources/legacy-ruby-cli/.rspec +0 -1
- package/resources/legacy-ruby-cli/config/generate-secrets.yml +0 -9
- package/resources/legacy-ruby-cli/config/secrets.yml +0 -682
- package/resources/legacy-ruby-cli/config/service_secrets.yml +0 -203
- package/resources/legacy-ruby-cli/lib/pay_cli/aws/services.rb +0 -47
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/aws.rb +0 -29
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/browse.rb +0 -31
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/app_client.rb +0 -216
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/config.rb +0 -142
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/config.yaml +0 -198
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/docker.rb +0 -66
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/all.yaml +0 -847
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/card.yaml +0 -491
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/custom.yaml +0 -71
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/docker-compose.erb +0 -395
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/end-to-end.erb +0 -30
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/java.yaml +0 -456
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/localstack/init-aws.sh +0 -70
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/naxsi/readme.md +0 -1
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/postgres/docker-entrypoint-initdb.d/make_payments_databases.sql +0 -26
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/adminusers.env +0 -49
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/cardid.env +0 -2
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/connector.env +0 -70
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/demo-service.env +0 -10
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/egress/squid.conf +0 -47
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/frontend.env +0 -12
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/java_app.env +0 -1
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/ledger.env +0 -7
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/products-ui.env +0 -14
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/products.env +0 -25
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/publicapi.env +0 -13
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/publicauth.env +0 -13
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/selfservice.env +0 -21
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/ssl/certs/frontend-proxy.crt +0 -18
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/ssl/certs/products-ui-proxy.crt +0 -20
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/ssl/certs/publicapi-proxy.crt +0 -18
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/ssl/certs/selfservice-proxy.crt +0 -20
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/ssl/certs/stubs-proxy.crt +0 -18
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/ssl/keys/frontend-proxy.key +0 -28
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/ssl/keys/products-ui-proxy.key +0 -28
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/ssl/keys/publicapi-proxy.key +0 -28
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/ssl/keys/selfservice-proxy.key +0 -28
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/ssl/keys/stubs-proxy.key +0 -28
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/ssl/make-selfsigned.sh +0 -2
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/stubs.env +0 -12
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/toolbox.env +0 -5
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/services/webhooks.env +0 -9
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/files/toolbox.yaml +0 -473
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local/image_extractor.rb +0 -20
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/local.rb +0 -451
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/secrets.rb +0 -114
- package/resources/legacy-ruby-cli/lib/pay_cli/commands/tunnel/services.yml +0 -49
- package/resources/legacy-ruby-cli/lib/pay_cli/naming.rb +0 -6
- package/resources/legacy-ruby-cli/lib/pay_cli/secrets.rb +0 -281
- package/resources/legacy-ruby-cli/package-lock.json +0 -6
- package/resources/legacy-ruby-cli/rds_access/connect.sh +0 -175
- package/resources/legacy-ruby-cli/spec/.rubocop.yml +0 -2
- package/resources/legacy-ruby-cli/spec/fixtures/dockerfile_examples/Dockerfile.complex +0 -34
- package/resources/legacy-ruby-cli/spec/fixtures/dockerfile_examples/Dockerfile.complex_differing_froms +0 -33
- package/resources/legacy-ruby-cli/spec/fixtures/dockerfile_examples/Dockerfile.no_from +0 -3
- package/resources/legacy-ruby-cli/spec/fixtures/dockerfile_examples/Dockerfile.simple +0 -5
- package/resources/legacy-ruby-cli/spec/fixtures/dockerfile_examples/Dockerfile.simple_no_tag +0 -5
- package/resources/legacy-ruby-cli/spec/fixtures/dockerfile_examples/Dockerfile.with_sha +0 -5
- package/resources/legacy-ruby-cli/spec/fixtures/dockerfile_examples/Dockerfile.with_sha_no_tag +0 -5
- package/resources/legacy-ruby-cli/spec/lib/pay_cli/commands/local/image_extractor_spec.rb +0 -55
- package/resources/legacy-ruby-cli/spec/naming_spec.rb +0 -19
- package/resources/legacy-ruby-cli/spec/spec_helper.rb +0 -106
|
@@ -1,682 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
# secrets here will be looked up from pay-low-pass
|
|
3
|
-
# pay-low-pass[env][service][secretname] = pay-low-pass path
|
|
4
|
-
pay-low-pass:
|
|
5
|
-
deploy:
|
|
6
|
-
worldpay_secure_file_gateway:
|
|
7
|
-
private-key: worldpay/secure_file_gateway/worldpay_secure_file_gateway.rsa
|
|
8
|
-
public-key: worldpay/secure_file_gateway/worldpay_secure_file_gateway.rsa.pub
|
|
9
|
-
passphrase: worldpay/secure_file_gateway/passphrase
|
|
10
|
-
alb_and_s3_logging_pipeline:
|
|
11
|
-
firehose_hec_token: splunk/firehose-hec-token
|
|
12
|
-
amazon-managed-prometheus:
|
|
13
|
-
pager_duty_cloudwatch_integration_url_in_hours_only: pager-duty/govuk-pay-in-hours-only/amazon-cloudwatch-integration-url
|
|
14
|
-
pager_duty_cloudwatch_integration_url_24_7_p1: pager-duty/govuk-pay/amazon-cloudwatch-integration-url
|
|
15
|
-
cd-pay-deploy:
|
|
16
|
-
docker-email: dockerhub/concourse-email
|
|
17
|
-
docker-username: dockerhub/concourse-username
|
|
18
|
-
docker-password: dockerhub/concourse-password
|
|
19
|
-
docker-access-token: dockerhub/concourse-access-token
|
|
20
|
-
end-to-end/docker-email: dockerhub/concourse-email
|
|
21
|
-
end-to-end/docker-password: dockerhub/concourse-password
|
|
22
|
-
end-to-end/docker-username: dockerhub/concourse-username
|
|
23
|
-
end-to-end/docker-access-token: dockerhub/concourse-access-token
|
|
24
|
-
github-access-token: alphagov-pay-ci-concourse/github.com-concourse-github-personal-access-token
|
|
25
|
-
grafana-annotations-password: concourse/grafana_annotations
|
|
26
|
-
pact-broker-password: pact/pact_broker_password
|
|
27
|
-
pact-broker-username: pact/pact_broker_username
|
|
28
|
-
pact-broker/pact-broker-password: pact/pact_broker_password
|
|
29
|
-
pact-broker/pact-broker-username: pact/pact_broker_username
|
|
30
|
-
slack-notification-secret: slack/notification-secret
|
|
31
|
-
internal-vulnerability-scan/jira-api-username: jira/concourse-ci/username
|
|
32
|
-
internal-vulnerability-scan/jira-api-token: jira/concourse-ci/internal-vulnerability-scan/api-token
|
|
33
|
-
cd-pay-dev:
|
|
34
|
-
docker-email: dockerhub/concourse-email
|
|
35
|
-
docker-username: dockerhub/concourse-username
|
|
36
|
-
docker-password: dockerhub/concourse-password
|
|
37
|
-
docker-access-token: dockerhub/concourse-access-token
|
|
38
|
-
github-access-token: alphagov-pay-ci-concourse/github.com-concourse-github-personal-access-token
|
|
39
|
-
grafana-annotations-password: concourse/grafana_annotations
|
|
40
|
-
pact-broker-password: pact/pact_broker_password
|
|
41
|
-
pact-broker-username: pact/pact_broker_username
|
|
42
|
-
pay-js-commons/github-access-token: alphagov-pay-ci-concourse/github.com-concourse-github-personal-access-token
|
|
43
|
-
pr-ci/github-access-token: alphagov-pay-ci-concourse/github.com-concourse-github-personal-access-token
|
|
44
|
-
slack-notification-secret: slack/notification-secret
|
|
45
|
-
smartpay-expected-password: pay-stubs/smartpay/expected-password
|
|
46
|
-
smartpay-expected-user: pay-stubs/smartpay/expected-user
|
|
47
|
-
worldpay-expected-password: pay-stubs/worldpay/expected-password
|
|
48
|
-
worldpay-expected-user: pay-stubs/worldpay/expected-user
|
|
49
|
-
cd-main:
|
|
50
|
-
docker-email: dockerhub/concourse-email
|
|
51
|
-
docker-username: dockerhub/concourse-username
|
|
52
|
-
docker-password: dockerhub/concourse-password
|
|
53
|
-
docker-access-token: dockerhub/concourse-access-token
|
|
54
|
-
slack-notification-secret: slack/notification-secret
|
|
55
|
-
pact-broker-auth:
|
|
56
|
-
pact-broker-basic-auth-password: pact/pact_broker_password
|
|
57
|
-
pact-broker-basic-auth-username: pact/pact_broker_username
|
|
58
|
-
deploy-7:
|
|
59
|
-
deploy:
|
|
60
|
-
PAGER_DUTY_CLOUDWATCH_INTEGRATION_URL: pager-duty/govuk-pay/amazon-cloudwatch-integration-url
|
|
61
|
-
PAGER_DUTY_CLOUDWATCH_INTEGRATION_URL_STAGING: pager-duty/govuk-pay-staging-smoke-tests/amazon-cloudwatch-integration-url
|
|
62
|
-
deploy-tooling:
|
|
63
|
-
pact-broker:
|
|
64
|
-
master_db_user: aws/rds/superuser/deploy-tooling/pact-broker/username
|
|
65
|
-
master_db_password: aws/rds/superuser/deploy-tooling/pact-broker/password # pragma: allowlist secret
|
|
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
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/deploy/pact_broker_support_readwrite # pragma: allowlist secret
|
|
69
|
-
stubs:
|
|
70
|
-
smartpay-expected-password: pay-stubs/smartpay/expected-password
|
|
71
|
-
smartpay-expected-user: pay-stubs/smartpay/expected-user
|
|
72
|
-
worldpay-expected-password: pay-stubs/worldpay/expected-password
|
|
73
|
-
worldpay-expected-user: pay-stubs/worldpay/expected-user
|
|
74
|
-
test-12:
|
|
75
|
-
adminusers:
|
|
76
|
-
DB_PASSWORD: aws/rds/application_users/test/adminusers1
|
|
77
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/test/adminusers_support_readonly # pragma: allowlist secret
|
|
78
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/test/adminusers_support_readwrite # pragma: allowlist secret
|
|
79
|
-
NOTIFY_API_KEY: notify/api_key/ci/test.adminusers.notify_api_key
|
|
80
|
-
SENTRY_DSN: sentry_io/adminusers_dsn
|
|
81
|
-
cardid:
|
|
82
|
-
SENTRY_DSN: sentry_io/cardid_dsn
|
|
83
|
-
connector:
|
|
84
|
-
DB_PASSWORD: aws/rds/application_users/test/connector2
|
|
85
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/test/connector_support_readonly # pragma: allowlist secret
|
|
86
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/test/connector_support_readwrite # pragma: allowlist secret
|
|
87
|
-
NOTIFY_API_KEY: notify/api_key/ci/test.connector.notify_api_key
|
|
88
|
-
GDS_CONNECTOR_STRIPE_AUTH_TOKEN: stripe/test/test/account-api-key
|
|
89
|
-
GDS_CONNECTOR_STRIPE_AUTH_LIVE_TOKEN: stripe/test/test/account-api-key
|
|
90
|
-
GDS_CONNECTOR_STRIPE_WEBHOOK_SIGN_SECRET: stripe/test/test/webhook-secret
|
|
91
|
-
GDS_CONNECTOR_STRIPE_WEBHOOK_LIVE_SIGN_SECRET: stripe/test/test/webhook-secret
|
|
92
|
-
GDS_CONNECTOR_STRIPE_CONNECT_APPLICATION_WEBHOOK_LIVE_SIGN_SECRET: stripe/test/test/webhook-connect-events-secret
|
|
93
|
-
GDS_CONNECTOR_STRIPE_CONNECT_APPLICATION_WEBHOOK_TEST_SIGN_SECRET: stripe/test/test/webhook-connect-events-secret
|
|
94
|
-
WORLDPAY_APPLE_PAY_PAYMENT_PROCESSING_CERTIFICATE: apple_pay/worldpay/test/payment-processing-certificate-20230906
|
|
95
|
-
WORLDPAY_APPLE_PAY_PAYMENT_PROCESSING_PRIVATE_KEY: apple_pay/worldpay/test/payment-processing-private-key-20230906 # pragma: allowlist secret
|
|
96
|
-
WORLDPAY_APPLE_PAY_PAYMENT_PROCESSING_CERTIFICATE_SECONDARY: apple_pay/worldpay/test/payment-processing-certificate-20230906
|
|
97
|
-
WORLDPAY_APPLE_PAY_PAYMENT_PROCESSING_PRIVATE_KEY_SECONDARY: apple_pay/worldpay/test/payment-processing-private-key-20230906 # pragma: allowlist secret
|
|
98
|
-
SENTRY_DSN: sentry_io/connector_dsn
|
|
99
|
-
SANDBOX_AUTH_TOKEN: smoke-test-api-token/notifications/test_sandbox_auth_token
|
|
100
|
-
frontend:
|
|
101
|
-
SESSION_ENCRYPTION_KEY: ""
|
|
102
|
-
SESSION_ENCRYPTION_KEY_2: ""
|
|
103
|
-
WORLDPAY_APPLE_PAY_MERCHANT_ID: apple_pay/worldpay/test/merchant-id
|
|
104
|
-
WORLDPAY_APPLE_PAY_MERCHANT_ID_CERTIFICATE: apple_pay/worldpay/test/merchant-id-certificate-20240730
|
|
105
|
-
WORLDPAY_APPLE_PAY_MERCHANT_ID_CERTIFICATE_KEY: apple_pay/worldpay/test/merchant-id-certificate-key-20240730
|
|
106
|
-
STRIPE_APPLE_PAY_MERCHANT_ID: apple_pay/stripe/test/merchant-id
|
|
107
|
-
STRIPE_APPLE_PAY_MERCHANT_ID_CERTIFICATE: apple_pay/stripe/test/merchant-id-certificate-20240730
|
|
108
|
-
STRIPE_APPLE_PAY_MERCHANT_ID_CERTIFICATE_KEY: apple_pay/stripe/test/merchant-id-certificate-key-20240730
|
|
109
|
-
STRIPE_TEST_PUBLISHABLE_API_KEY: stripe/test/test/publishable-api-key
|
|
110
|
-
STRIPE_LIVE_PUBLISHABLE_API_KEY: stripe/test/test/publishable-api-key
|
|
111
|
-
SENTRY_DSN: sentry/frontend_dsn
|
|
112
|
-
SENTRY_CSP_REPORT_URI: sentry/frontend_csp_report_uri
|
|
113
|
-
ledger:
|
|
114
|
-
DB_PASSWORD: aws/rds/application_users/test/ledger
|
|
115
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/test/ledger_support_readonly # pragma: allowlist secret
|
|
116
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/test/ledger_support_readwrite # pragma: allowlist secret
|
|
117
|
-
SENTRY_DSN: sentry_io/ledger_dsn
|
|
118
|
-
webhooks:
|
|
119
|
-
DB_PASSWORD: aws/rds/application_users/test/webhooks # pragma: allowlist secret
|
|
120
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/test/webhooks_support_readonly # pragma: allowlist secret
|
|
121
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/test/webhooks_support_readwrite # pragma: allowlist secret
|
|
122
|
-
SENTRY_DSN: sentry_io/webhooks_dsn
|
|
123
|
-
product-page:
|
|
124
|
-
pager_duty_cloudwatch_integration_url: pager-duty/govuk-pay-product-page/amazon-cloudwatch-integration-url
|
|
125
|
-
publicapi:
|
|
126
|
-
# These secrets are used by the app, but having them set to an empty string tries to overwrite working secrets with
|
|
127
|
-
# the words 'Password Store'. They are not in pay-low-pass, so for now to stop them being overwritten I'm commenting them out
|
|
128
|
-
# TOKEN_API_HMAC_SECRET: ""
|
|
129
|
-
SENTRY_DSN: sentry_io/publicapi_dsn
|
|
130
|
-
publicauth:
|
|
131
|
-
DB_USER: ""
|
|
132
|
-
DB_PASSWORD: ""
|
|
133
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/test/publicauth_support_readonly # pragma: allowlist secret
|
|
134
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/test/publicauth_support_readwrite # pragma: allowlist secret
|
|
135
|
-
# These secrets are used by the app, but having them set to an empty string tries to overwrite working secrets with
|
|
136
|
-
# the words 'Password Store'. They are not in pay-low-pass, so for now to stop them being overwritten I'm commenting them out
|
|
137
|
-
# TOKEN_DB_BCRYPT_SALT: ""
|
|
138
|
-
# TOKEN_API_HMAC_SECRET: ""
|
|
139
|
-
SENTRY_DSN: sentry_io/publicauth_dsn
|
|
140
|
-
products:
|
|
141
|
-
DB_USER: ""
|
|
142
|
-
DB_PASSWORD: ""
|
|
143
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/test/products_support_readonly # pragma: allowlist secret
|
|
144
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/test/products_support_readwrite # pragma: allowlist secret
|
|
145
|
-
SENTRY_DSN: sentry_io/products_dsn
|
|
146
|
-
products-ui:
|
|
147
|
-
SESSION_ENCRYPTION_KEY: ""
|
|
148
|
-
SENTRY_DSN: sentry_io/products_ui_dsn
|
|
149
|
-
GOOGLE_RECAPTCHA_SECRET_KEY: google/test/captcha-secret-key
|
|
150
|
-
GOOGLE_RECAPTCHA_SITE_KEY: google/test/captcha-site-key
|
|
151
|
-
selfservice:
|
|
152
|
-
SESSION_ENCRYPTION_KEY: ""
|
|
153
|
-
ZENDESK_API_KEY: zendesk/api_key
|
|
154
|
-
ZENDESK_USER: zendesk/user
|
|
155
|
-
STRIPE_ACCOUNT_API_KEY: stripe/test/test/account-api-key
|
|
156
|
-
SENTRY_DSN: sentry/selfservice_dsn
|
|
157
|
-
terraform:
|
|
158
|
-
ADMINUSERS_RDS_PASSWORD: aws/rds/superuser/test-12/adminusers/payment-password
|
|
159
|
-
CONNECTOR_RDS_PASSWORD: aws/rds/superuser/test-12/connector/payment-password
|
|
160
|
-
LEDGER_RDS_PASSWORD: aws/rds/superuser/test-12/ledger/payment-password
|
|
161
|
-
PRODUCTS_RDS_PASSWORD: aws/rds/superuser/test-12/products/payment-password
|
|
162
|
-
PUBLICAUTH_RDS_PASSWORD: aws/rds/superuser/test-12/publicauth/payment-password
|
|
163
|
-
ADMINUSERS_APP_RDS_PASSWORD: aws/rds/application_users/test/adminusers
|
|
164
|
-
CONNECTOR_APP_RDS_PASSWORD: aws/rds/application_users/test/connector2
|
|
165
|
-
LEDGER_APP_RDS_PASSWORD: aws/rds/application_users/test/ledger
|
|
166
|
-
WEBHOOKS_APP_RDS_PASSWORD: aws/rds/application_users/test/webhooks # pragma: allowlist secret
|
|
167
|
-
PRODUCTS_APP_RDS_PASSWORD: aws/rds/application_users/test/products
|
|
168
|
-
PUBLICAUTH_APP_RDS_PASSWORD: aws/rds/application_users/test/publicauth
|
|
169
|
-
toolbox:
|
|
170
|
-
AUTH_GITHUB_CLIENT_ID: pay-toolbox/test/github_client_id
|
|
171
|
-
AUTH_GITHUB_CLIENT_SECRET: pay-toolbox/test/github_client_secret
|
|
172
|
-
STRIPE_ACCOUNT_API_KEY: stripe/test/test/account-api-key
|
|
173
|
-
STRIPE_ACCOUNT_TEST_API_KEY: stripe/test/test/account-api-key
|
|
174
|
-
SENTRY_DSN: sentry/toolbox_dsn
|
|
175
|
-
ZENDESK_USER: zendesk/user
|
|
176
|
-
ZENDESK_API_KEY: zendesk/api_key
|
|
177
|
-
test-perf-1:
|
|
178
|
-
adminusers:
|
|
179
|
-
DB_PASSWORD: aws/rds/application_users/test/adminusers
|
|
180
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/test-perf/adminusers_support_readonly # pragma: allowlist secret
|
|
181
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/test-perf/adminusers_support_readwrite # pragma: allowlist secret
|
|
182
|
-
NOTIFY_API_KEY: notify/api_key/ci/test_perf.adminusers.notify_api_key # pragma: allowlist secret
|
|
183
|
-
SENTRY_DSN: sentry_io/adminusers_dsn
|
|
184
|
-
cardid:
|
|
185
|
-
SENTRY_DSN: sentry_io/cardid_dsn
|
|
186
|
-
connector:
|
|
187
|
-
DB_PASSWORD: aws/rds/superuser/test-12/connector/payment-password
|
|
188
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/test-perf/connector_support_readonly # pragma: allowlist secret
|
|
189
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/test-perf/connector_support_readwrite # pragma: allowlist secret
|
|
190
|
-
NOTIFY_API_KEY: notify/api_key/ci/test_perf.connector.notify_api_key # pragma: allowlist secret
|
|
191
|
-
GDS_CONNECTOR_STRIPE_AUTH_TOKEN: stripe/test/test/account-api-key
|
|
192
|
-
GDS_CONNECTOR_STRIPE_AUTH_LIVE_TOKEN: stripe/test/test/account-api-key
|
|
193
|
-
GDS_CONNECTOR_STRIPE_WEBHOOK_SIGN_SECRET: stripe/test/test/webhook-secret
|
|
194
|
-
GDS_CONNECTOR_STRIPE_WEBHOOK_LIVE_SIGN_SECRET: stripe/test/test/webhook-secret
|
|
195
|
-
GDS_CONNECTOR_STRIPE_CONNECT_APPLICATION_WEBHOOK_LIVE_SIGN_SECRET: stripe/test/test/webhook-connect-events-secret
|
|
196
|
-
GDS_CONNECTOR_STRIPE_CONNECT_APPLICATION_WEBHOOK_TEST_SIGN_SECRET: stripe/test/test/webhook-connect-events-secret
|
|
197
|
-
WORLDPAY_APPLE_PAY_PAYMENT_PROCESSING_CERTIFICATE: apple_pay/worldpay/test/payment-processing-certificate-20230906
|
|
198
|
-
WORLDPAY_APPLE_PAY_PAYMENT_PROCESSING_PRIVATE_KEY: apple_pay/worldpay/test/payment-processing-private-key-20230906 # pragma: allowlist secret
|
|
199
|
-
WORLDPAY_APPLE_PAY_PAYMENT_PROCESSING_CERTIFICATE_SECONDARY: apple_pay/worldpay/test/payment-processing-certificate-20230906
|
|
200
|
-
WORLDPAY_APPLE_PAY_PAYMENT_PROCESSING_PRIVATE_KEY_SECONDARY: apple_pay/worldpay/test/payment-processing-private-key-20230906 # pragma: allowlist secret
|
|
201
|
-
SENTRY_DSN: sentry_io/connector_dsn
|
|
202
|
-
SANDBOX_AUTH_TOKEN: smoke-test-api-token/notifications/test_sandbox_auth_token
|
|
203
|
-
frontend:
|
|
204
|
-
SESSION_ENCRYPTION_KEY: ""
|
|
205
|
-
SESSION_ENCRYPTION_KEY_2: ""
|
|
206
|
-
WORLDPAY_APPLE_PAY_MERCHANT_ID: apple_pay/worldpay/test/merchant-id
|
|
207
|
-
WORLDPAY_APPLE_PAY_MERCHANT_ID_CERTIFICATE: apple_pay/worldpay/test/merchant-id-certificate-20240730
|
|
208
|
-
WORLDPAY_APPLE_PAY_MERCHANT_ID_CERTIFICATE_KEY: apple_pay/worldpay/test/merchant-id-certificate-key-20240730
|
|
209
|
-
STRIPE_APPLE_PAY_MERCHANT_ID: apple_pay/stripe/test/merchant-id
|
|
210
|
-
STRIPE_APPLE_PAY_MERCHANT_ID_CERTIFICATE: apple_pay/stripe/test/merchant-id-certificate-20240730
|
|
211
|
-
STRIPE_APPLE_PAY_MERCHANT_ID_CERTIFICATE_KEY: apple_pay/stripe/test/merchant-id-certificate-key-20240730
|
|
212
|
-
STRIPE_TEST_PUBLISHABLE_API_KEY: stripe/test/test/publishable-api-key
|
|
213
|
-
STRIPE_LIVE_PUBLISHABLE_API_KEY: stripe/test/test/publishable-api-key
|
|
214
|
-
SENTRY_DSN: sentry/frontend_dsn
|
|
215
|
-
SENTRY_CSP_REPORT_URI: sentry/frontend_csp_report_uri
|
|
216
|
-
ledger:
|
|
217
|
-
DB_PASSWORD: aws/rds/application_users/test/ledger
|
|
218
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/test-perf/ledger_support_readonly # pragma: allowlist secret
|
|
219
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/test-perf/ledger_support_readwrite # pragma: allowlist secret
|
|
220
|
-
SENTRY_DSN: sentry_io/ledger_dsn
|
|
221
|
-
publicapi:
|
|
222
|
-
# These secrets are used by the app, but having them set to an empty string tries to overwrite working secrets with
|
|
223
|
-
# the words 'Password Store'. They are not in pay-low-pass, so for now to stop them being overwritten I'm commenting them out
|
|
224
|
-
# TOKEN_API_HMAC_SECRET: ""
|
|
225
|
-
SENTRY_DSN: sentry_io/publicapi_dsn
|
|
226
|
-
publicauth:
|
|
227
|
-
DB_USER: ""
|
|
228
|
-
DB_PASSWORD: ""
|
|
229
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/test-perf/publicauth_support_readonly # pragma: allowlist secret
|
|
230
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/test-perf/publicauth_support_readwrite # pragma: allowlist secret
|
|
231
|
-
# These secrets are used by the app, but having them set to an empty string tries to overwrite working secrets with
|
|
232
|
-
# the words 'Password Store'. They are not in pay-low-pass, so for now to stop them being overwritten I'm commenting them out
|
|
233
|
-
# TOKEN_DB_BCRYPT_SALT: ""
|
|
234
|
-
# TOKEN_API_HMAC_SECRET: ""
|
|
235
|
-
SENTRY_DSN: sentry_io/publicauth_dsn
|
|
236
|
-
products:
|
|
237
|
-
DB_USER: ""
|
|
238
|
-
DB_PASSWORD: ""
|
|
239
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/test-perf/products_support_readonly # pragma: allowlist secret
|
|
240
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/test-perf/products_support_readwrite # pragma: allowlist secret
|
|
241
|
-
SENTRY_DSN: sentry_io/products_dsn
|
|
242
|
-
products-ui:
|
|
243
|
-
SESSION_ENCRYPTION_KEY: ""
|
|
244
|
-
SENTRY_DSN: sentry_io/products_ui_dsn
|
|
245
|
-
GOOGLE_RECAPTCHA_SECRET_KEY: google/test/captcha-secret-key
|
|
246
|
-
GOOGLE_RECAPTCHA_SITE_KEY: google/test/captcha-site-key
|
|
247
|
-
selfservice:
|
|
248
|
-
SESSION_ENCRYPTION_KEY: ""
|
|
249
|
-
ZENDESK_API_KEY: zendesk/api_key
|
|
250
|
-
ZENDESK_USER: zendesk/user
|
|
251
|
-
STRIPE_ACCOUNT_API_KEY: stripe/test/test/account-api-key
|
|
252
|
-
SENTRY_DSN: sentry/selfservice_dsn
|
|
253
|
-
terraform:
|
|
254
|
-
ADMINUSERS_RDS_PASSWORD: aws/rds/superuser/test-12/adminusers/payment-password
|
|
255
|
-
CONNECTOR_RDS_PASSWORD: aws/rds/superuser/test-12/connector/payment-password
|
|
256
|
-
LEDGER_RDS_PASSWORD: aws/rds/superuser/test-12/ledger/payment-password
|
|
257
|
-
PRODUCTS_RDS_PASSWORD: aws/rds/superuser/test-12/products/payment-password
|
|
258
|
-
PUBLICAUTH_RDS_PASSWORD: aws/rds/superuser/test-12/publicauth/payment-password
|
|
259
|
-
ADMINUSERS_APP_RDS_PASSWORD: aws/rds/application_users/test/adminusers
|
|
260
|
-
CONNECTOR_APP_RDS_PASSWORD: aws/rds/application_users/test/connector2
|
|
261
|
-
LEDGER_APP_RDS_PASSWORD: aws/rds/application_users/test/ledger
|
|
262
|
-
PRODUCTS_APP_RDS_PASSWORD: aws/rds/application_users/test/products
|
|
263
|
-
PUBLICAUTH_APP_RDS_PASSWORD: aws/rds/application_users/test/publicauth
|
|
264
|
-
toolbox:
|
|
265
|
-
AUTH_GITHUB_CLIENT_ID: pay-toolbox/test/github_client_id
|
|
266
|
-
AUTH_GITHUB_CLIENT_SECRET: pay-toolbox/test/github_client_secret
|
|
267
|
-
STRIPE_ACCOUNT_API_KEY: stripe/test/test/account-api-key
|
|
268
|
-
STRIPE_ACCOUNT_TEST_API_KEY: stripe/test/test/account-api-key
|
|
269
|
-
SENTRY_DSN: sentry/toolbox_dsn
|
|
270
|
-
ZENDESK_API_KEY: zendesk/api_key
|
|
271
|
-
ZENDESK_USER: zendesk/user
|
|
272
|
-
webhooks:
|
|
273
|
-
DB_PASSWORD: aws/rds/application_users/test/webhooks # pragma: allowlist secret
|
|
274
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/test-perf/webhooks_support_readonly # pragma: allowlist secret
|
|
275
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/test-perf/webhooks_support_readwrite # pragma: allowlist secret
|
|
276
|
-
SENTRY_DSN: sentry_io/webhooks_dsn
|
|
277
|
-
test:
|
|
278
|
-
alb_and_s3_logging_pipeline:
|
|
279
|
-
firehose_hec_token: splunk/firehose-hec-token
|
|
280
|
-
codebuild:
|
|
281
|
-
docker-username: dockerhub/concourse-username
|
|
282
|
-
docker-access-token: dockerhub/concourse-access-token
|
|
283
|
-
github-access-token: alphagov-pay-ci-concourse/github.com-concourse-github-personal-access-token
|
|
284
|
-
dev:
|
|
285
|
-
alb_and_s3_logging_pipeline:
|
|
286
|
-
firehose_hec_token: splunk/firehose-hec-token
|
|
287
|
-
codebuild:
|
|
288
|
-
docker-username: dockerhub/concourse-username
|
|
289
|
-
docker-access-token: dockerhub/concourse-access-token
|
|
290
|
-
github-access-token: alphagov-pay-ci-concourse/github.com-concourse-github-personal-access-token
|
|
291
|
-
staging-2:
|
|
292
|
-
adminusers:
|
|
293
|
-
DB_PASSWORD: aws/rds/application_users/staging/adminusers1
|
|
294
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/staging/adminusers_support_readonly # pragma: allowlist secret
|
|
295
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/staging/adminusers_support_readwrite # pragma: allowlist secret
|
|
296
|
-
NOTIFY_API_KEY: notify/api_key/deploy/staging.adminusers.notify_api_key
|
|
297
|
-
SENTRY_DSN: sentry_io/adminusers_dsn
|
|
298
|
-
cardid:
|
|
299
|
-
SENTRY_DSN: sentry_io/cardid_dsn
|
|
300
|
-
connector:
|
|
301
|
-
DB_PASSWORD: aws/rds/application_users/staging/connector1
|
|
302
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/staging/connector_support_readonly # pragma: allowlist secret
|
|
303
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/staging/connector_support_readwrite # pragma: allowlist secret
|
|
304
|
-
NOTIFY_API_KEY: notify/api_key/deploy/staging.connector.notify_api_key
|
|
305
|
-
GDS_CONNECTOR_STRIPE_AUTH_TOKEN: stripe/staging/test/account-api-key
|
|
306
|
-
GDS_CONNECTOR_STRIPE_AUTH_LIVE_TOKEN: stripe/staging/test/account-api-key
|
|
307
|
-
GDS_CONNECTOR_STRIPE_WEBHOOK_SIGN_SECRET: stripe/staging/test/webhook-secret
|
|
308
|
-
GDS_CONNECTOR_STRIPE_WEBHOOK_LIVE_SIGN_SECRET: stripe/staging/test/webhook-secret
|
|
309
|
-
GDS_CONNECTOR_STRIPE_CONNECT_APPLICATION_WEBHOOK_LIVE_SIGN_SECRET: stripe/staging/test/webhook-connect-events-secret
|
|
310
|
-
GDS_CONNECTOR_STRIPE_CONNECT_APPLICATION_WEBHOOK_TEST_SIGN_SECRET: stripe/staging/test/webhook-connect-events-secret
|
|
311
|
-
WORLDPAY_APPLE_PAY_PAYMENT_PROCESSING_CERTIFICATE: apple_pay/worldpay/test/payment-processing-certificate-20230906
|
|
312
|
-
WORLDPAY_APPLE_PAY_PAYMENT_PROCESSING_PRIVATE_KEY: apple_pay/worldpay/test/payment-processing-private-key-20230906 # pragma: allowlist secret
|
|
313
|
-
WORLDPAY_APPLE_PAY_PAYMENT_PROCESSING_CERTIFICATE_SECONDARY: apple_pay/worldpay/test/payment-processing-certificate-20230906
|
|
314
|
-
WORLDPAY_APPLE_PAY_PAYMENT_PROCESSING_PRIVATE_KEY_SECONDARY: apple_pay/worldpay/test/payment-processing-private-key-20230906 # pragma: allowlist secret
|
|
315
|
-
SENTRY_DSN: sentry_io/connector_dsn
|
|
316
|
-
SANDBOX_AUTH_TOKEN: smoke-test-api-token/notifications/staging_sandbox_auth_token
|
|
317
|
-
frontend:
|
|
318
|
-
WORLDPAY_APPLE_PAY_MERCHANT_ID: apple_pay/worldpay/test/merchant-id
|
|
319
|
-
WORLDPAY_APPLE_PAY_MERCHANT_ID_CERTIFICATE: apple_pay/worldpay/test/merchant-id-certificate-20230905
|
|
320
|
-
WORLDPAY_APPLE_PAY_MERCHANT_ID_CERTIFICATE_KEY: apple_pay/worldpay/test/merchant-id-certificate-key-20230905
|
|
321
|
-
STRIPE_APPLE_PAY_MERCHANT_ID: apple_pay/stripe/staging/merchant-id
|
|
322
|
-
STRIPE_APPLE_PAY_MERCHANT_ID_CERTIFICATE: apple_pay/stripe/staging/merchant-id-certificate-20230823
|
|
323
|
-
STRIPE_APPLE_PAY_MERCHANT_ID_CERTIFICATE_KEY: apple_pay/stripe/staging/merchant-id-certificate-key-20230823
|
|
324
|
-
STRIPE_TEST_PUBLISHABLE_API_KEY: stripe/staging/test/publishable-api-key
|
|
325
|
-
STRIPE_LIVE_PUBLISHABLE_API_KEY: stripe/staging/test/publishable-api-key
|
|
326
|
-
SENTRY_DSN: sentry/frontend_dsn
|
|
327
|
-
SENTRY_CSP_REPORT_URI: sentry/frontend_csp_report_uri
|
|
328
|
-
ledger:
|
|
329
|
-
DB_PASSWORD: aws/rds/application_users/staging/ledger
|
|
330
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/staging/ledger_support_readonly # pragma: allowlist secret
|
|
331
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/staging/ledger_support_readwrite # pragma: allowlist secret
|
|
332
|
-
SENTRY_DSN: sentry_io/ledger_dsn
|
|
333
|
-
products:
|
|
334
|
-
DB_PASSWORD: aws/rds/application_users/staging/products
|
|
335
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/staging/products_support_readonly # pragma: allowlist secret
|
|
336
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/staging/products_support_readwrite # pragma: allowlist secret
|
|
337
|
-
SENTRY_DSN: sentry_io/products_dsn
|
|
338
|
-
products-ui:
|
|
339
|
-
SENTRY_DSN: sentry_io/products_ui_dsn
|
|
340
|
-
GOOGLE_RECAPTCHA_SECRET_KEY: google/test/captcha-secret-key
|
|
341
|
-
GOOGLE_RECAPTCHA_SITE_KEY: google/test/captcha-site-key
|
|
342
|
-
publicapi:
|
|
343
|
-
SENTRY_DSN: sentry_io/publicapi_dsn
|
|
344
|
-
# These secrets are used by the app, but having them set to an empty string tries to overwrite working secrets with
|
|
345
|
-
# the words 'Password Store'. They are not in pay-low-pass, so for now to stop them being overwritten I'm commenting them out
|
|
346
|
-
# TOKEN_API_HMAC_SECRET: ""
|
|
347
|
-
publicauth:
|
|
348
|
-
DB_PASSWORD: aws/rds/application_users/staging/publicauth
|
|
349
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/staging/publicauth_support_readonly # pragma: allowlist secret
|
|
350
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/staging/publicauth_support_readwrite # pragma: allowlist secret
|
|
351
|
-
SENTRY_DSN: sentry_io/publicauth_dsn
|
|
352
|
-
# These secrets are used by the app, but having them set to an empty string tries to overwrite working secrets with
|
|
353
|
-
# the words 'Password Store'. They are not in pay-low-pass, so for now to stop them being overwritten I'm commenting them out
|
|
354
|
-
# TOKEN_DB_BCRYPT_SALT: ""
|
|
355
|
-
# TOKEN_API_HMAC_SECRET: ""
|
|
356
|
-
product-page:
|
|
357
|
-
pager_duty_cloudwatch_integration_url: pager-duty/govuk-pay-product-page/amazon-cloudwatch-integration-url
|
|
358
|
-
terraform:
|
|
359
|
-
ADMINUSERS_RDS_PASSWORD: aws/rds/superuser/staging-2/adminusers/payment-password
|
|
360
|
-
CONNECTOR_RDS_PASSWORD: aws/rds/superuser/staging-2/connector/payment-password
|
|
361
|
-
LEDGER_RDS_PASSWORD: aws/rds/superuser/staging-2/ledger/payment-password
|
|
362
|
-
PRODUCTS_RDS_PASSWORD: aws/rds/superuser/staging-2/products/payment-password
|
|
363
|
-
PUBLICAUTH_RDS_PASSWORD: aws/rds/superuser/staging-2/publicauth/payment-password
|
|
364
|
-
WEBHOOKS_RDS_PASSWORD: aws/rds/superuser/staging-2/webhooks/payment-password # pragma: allowlist secret
|
|
365
|
-
ADMINUSERS_APP_RDS_PASSWORD: aws/rds/application_users/staging/adminusers
|
|
366
|
-
CONNECTOR_APP_RDS_PASSWORD: aws/rds/application_users/staging/connector1
|
|
367
|
-
LEDGER_APP_RDS_PASSWORD: aws/rds/application_users/staging/ledger
|
|
368
|
-
PRODUCTS_APP_RDS_PASSWORD: aws/rds/application_users/staging/products
|
|
369
|
-
PUBLICAUTH_APP_RDS_PASSWORD: aws/rds/application_users/staging/publicauth
|
|
370
|
-
WEBHOOKS_APP_RDS_PASSWORD: aws/rds/application_users/staging/webhooks # pragma: allowlist secret
|
|
371
|
-
selfservice:
|
|
372
|
-
ZENDESK_API_KEY: zendesk/api_key
|
|
373
|
-
ZENDESK_USER: zendesk/user
|
|
374
|
-
STRIPE_ACCOUNT_API_KEY: stripe/staging/test/account-api-key
|
|
375
|
-
SENTRY_DSN: sentry/selfservice_dsn
|
|
376
|
-
toolbox:
|
|
377
|
-
AUTH_GITHUB_CLIENT_ID: pay-toolbox/staging/github_client_id
|
|
378
|
-
AUTH_GITHUB_CLIENT_SECRET: pay-toolbox/staging/github_client_secret
|
|
379
|
-
STRIPE_ACCOUNT_API_KEY: stripe/staging/test/account-api-key
|
|
380
|
-
STRIPE_ACCOUNT_TEST_API_KEY: stripe/staging/test/account-api-key
|
|
381
|
-
SENTRY_DSN: sentry/toolbox_dsn
|
|
382
|
-
ZENDESK_API_KEY: zendesk/api_key
|
|
383
|
-
ZENDESK_USER: zendesk/user
|
|
384
|
-
webhooks:
|
|
385
|
-
DB_PASSWORD: aws/rds/application_users/staging/webhooks # pragma: allowlist secret
|
|
386
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/staging/webhooks_support_readonly # pragma: allowlist secret
|
|
387
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/staging/webhooks_support_readwrite # pragma: allowlist secret
|
|
388
|
-
SENTRY_DSN: sentry_io/webhooks_dsn
|
|
389
|
-
webhooks_intrusion_monitoring:
|
|
390
|
-
pager_duty_cloudwatch_integration_url: pager-duty/govuk-pay-staging-webhooks/amazon-cloudwatch-integration-url
|
|
391
|
-
staging:
|
|
392
|
-
alb_and_s3_logging_pipeline:
|
|
393
|
-
firehose_hec_token: splunk/firehose-hec-token
|
|
394
|
-
production-2:
|
|
395
|
-
adminusers:
|
|
396
|
-
DB_PASSWORD: aws/rds/application_users/production/adminusers1
|
|
397
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/production/adminusers_support_readonly # pragma: allowlist secret
|
|
398
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/production/adminusers_support_readwrite # pragma: allowlist secret
|
|
399
|
-
NOTIFY_API_KEY: notify/api_key/deploy/production.adminusers.notify_api_key
|
|
400
|
-
SENTRY_DSN: sentry_io/adminusers_dsn
|
|
401
|
-
cardid:
|
|
402
|
-
SENTRY_DSN: sentry_io/cardid_dsn
|
|
403
|
-
connector:
|
|
404
|
-
DB_PASSWORD: aws/rds/application_users/production/connector2
|
|
405
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/production/connector_support_readonly # pragma: allowlist secret
|
|
406
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/production/connector_support_readwrite # pragma: allowlist secret
|
|
407
|
-
NOTIFY_API_KEY: notify/api_key/deploy/production.connector.notify_api_key
|
|
408
|
-
GDS_CONNECTOR_STRIPE_AUTH_TOKEN: stripe/production/test/account-api-key
|
|
409
|
-
GDS_CONNECTOR_STRIPE_AUTH_LIVE_TOKEN: stripe/production/live/account-api-key
|
|
410
|
-
GDS_CONNECTOR_STRIPE_WEBHOOK_SIGN_SECRET: stripe/production/test/webhook-secret
|
|
411
|
-
GDS_CONNECTOR_STRIPE_WEBHOOK_LIVE_SIGN_SECRET: stripe/production/live/webhook-secret
|
|
412
|
-
GDS_CONNECTOR_STRIPE_CONNECT_APPLICATION_WEBHOOK_LIVE_SIGN_SECRET: stripe/production/live/webhook-connect-events-secret
|
|
413
|
-
GDS_CONNECTOR_STRIPE_CONNECT_APPLICATION_WEBHOOK_TEST_SIGN_SECRET: stripe/production/test/webhook-connect-events-secret
|
|
414
|
-
WORLDPAY_APPLE_PAY_PAYMENT_PROCESSING_CERTIFICATE: apple_pay/worldpay/production/payment-processing-certificate-20230906
|
|
415
|
-
WORLDPAY_APPLE_PAY_PAYMENT_PROCESSING_PRIVATE_KEY: apple_pay/worldpay/production/payment-processing-private-key-20230906 # pragma: allowlist secret
|
|
416
|
-
WORLDPAY_APPLE_PAY_PAYMENT_PROCESSING_CERTIFICATE_SECONDARY: apple_pay/worldpay/production/payment-processing-certificate-20230906
|
|
417
|
-
WORLDPAY_APPLE_PAY_PAYMENT_PROCESSING_PRIVATE_KEY_SECONDARY: apple_pay/worldpay/production/payment-processing-private-key-20230906 # pragma: allowlist secret
|
|
418
|
-
SENTRY_DSN: sentry_io/connector_dsn
|
|
419
|
-
SANDBOX_AUTH_TOKEN: smoke-test-api-token/notifications/production_sandbox_auth_token
|
|
420
|
-
frontend:
|
|
421
|
-
WORLDPAY_APPLE_PAY_MERCHANT_ID: apple_pay/worldpay/production/merchant-id
|
|
422
|
-
WORLDPAY_APPLE_PAY_MERCHANT_ID_CERTIFICATE: apple_pay/worldpay/production/merchant-id-certificate-20240730
|
|
423
|
-
WORLDPAY_APPLE_PAY_MERCHANT_ID_CERTIFICATE_KEY: apple_pay/worldpay/production/merchant-id-certificate-key-20240730
|
|
424
|
-
STRIPE_APPLE_PAY_MERCHANT_ID: apple_pay/stripe/production/merchant-id
|
|
425
|
-
STRIPE_APPLE_PAY_MERCHANT_ID_CERTIFICATE: apple_pay/stripe/production/merchant-id-certificate-20240730
|
|
426
|
-
STRIPE_APPLE_PAY_MERCHANT_ID_CERTIFICATE_KEY: apple_pay/stripe/production/merchant-id-certificate-key-20240730
|
|
427
|
-
STRIPE_TEST_PUBLISHABLE_API_KEY: stripe/production/test/publishable-api-key
|
|
428
|
-
STRIPE_LIVE_PUBLISHABLE_API_KEY: stripe/production/live/publishable-api-key
|
|
429
|
-
SENTRY_DSN: sentry/frontend_dsn
|
|
430
|
-
SENTRY_CSP_REPORT_URI: sentry/frontend_csp_report_uri
|
|
431
|
-
GOOGLE_PAY_MERCHANT_ID: google_pay/merchant_identifier
|
|
432
|
-
GOOGLE_PAY_MERCHANT_ID_2: google_pay/merchant_identifier_2
|
|
433
|
-
ledger:
|
|
434
|
-
DB_PASSWORD: aws/rds/application_users/production/ledger
|
|
435
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/production/ledger_support_readonly # pragma: allowlist secret
|
|
436
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/production/ledger_support_readwrite # pragma: allowlist secret
|
|
437
|
-
SENTRY_DSN: sentry_io/ledger_dsn
|
|
438
|
-
network:
|
|
439
|
-
PAGER_DUTY_CLOUDWATCH_ALB_INTEGRATION_URL: pager-duty/govuk-pay-cloudwatch-alb/amazon-cloudwatch-integration-url
|
|
440
|
-
product-page:
|
|
441
|
-
pager_duty_cloudwatch_integration_url: pager-duty/govuk-pay-product-page/amazon-cloudwatch-integration-url
|
|
442
|
-
products:
|
|
443
|
-
DB_PASSWORD: aws/rds/application_users/production/products
|
|
444
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/production/products_support_readonly # pragma: allowlist secret
|
|
445
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/production/products_support_readwrite # pragma: allowlist secret
|
|
446
|
-
SENTRY_DSN: sentry_io/products_dsn
|
|
447
|
-
products-ui:
|
|
448
|
-
SENTRY_DSN: sentry_io/products_ui_dsn
|
|
449
|
-
GOOGLE_RECAPTCHA_SECRET_KEY: google/production/captcha-secret-key
|
|
450
|
-
GOOGLE_RECAPTCHA_SITE_KEY: google/production/captcha-site-key
|
|
451
|
-
GOOGLE_RECAPTCHA_ENTERPRISE_PROJECT_ID: google/production/captcha-enterprise-project-id
|
|
452
|
-
publicapi:
|
|
453
|
-
SENTRY_DSN: sentry_io/publicapi_dsn
|
|
454
|
-
publicauth:
|
|
455
|
-
DB_PASSWORD: aws/rds/application_users/production/publicauth
|
|
456
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/production/publicauth_support_readonly # pragma: allowlist secret
|
|
457
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/production/publicauth_support_readwrite # pragma: allowlist secret
|
|
458
|
-
SENTRY_DSN: sentry_io/publicauth_dsn
|
|
459
|
-
# These secrets are used by the app, but having them set to an empty string tries to overwrite working secrets with
|
|
460
|
-
# the words 'Password Store'. They are not in pay-low-pass, so for now to stop them being overwritten I'm commenting them out
|
|
461
|
-
# TOKEN_DB_BCRYPT_SALT: ""
|
|
462
|
-
# TOKEN_API_HMAC_SECRET: ""
|
|
463
|
-
terraform:
|
|
464
|
-
ADMINUSERS_RDS_PASSWORD: aws/rds/superuser/production-2/adminusers/payment-password
|
|
465
|
-
CONNECTOR_RDS_PASSWORD: aws/rds/superuser/production-2/connector/payment-password
|
|
466
|
-
LEDGER_RDS_PASSWORD: aws/rds/superuser/production-2/ledger/payment-password
|
|
467
|
-
PRODUCTS_RDS_PASSWORD: aws/rds/superuser/production-2/products/payment-password
|
|
468
|
-
PUBLICAUTH_RDS_PASSWORD: aws/rds/superuser/production-2/publicauth/payment-password
|
|
469
|
-
WEBHOOKS_RDS_PASSWORD: aws/rds/superuser/production-2/webhooks/payment-password # pragma: allowlist secret
|
|
470
|
-
ADMINUSERS_APP_RDS_PASSWORD: aws/rds/application_users/production/adminusers
|
|
471
|
-
CONNECTOR_APP_RDS_PASSWORD: aws/rds/application_users/production/connector2
|
|
472
|
-
LEDGER_APP_RDS_PASSWORD: aws/rds/application_users/production/ledger
|
|
473
|
-
PRODUCTS_APP_RDS_PASSWORD: aws/rds/application_users/production/products
|
|
474
|
-
PUBLICAUTH_APP_RDS_PASSWORD: aws/rds/application_users/production/publicauth
|
|
475
|
-
WEBHOOKS_APP_RDS_PASSWORD: aws/rds/application_users/production/webhooks # pragma: allowlist secret
|
|
476
|
-
selfservice:
|
|
477
|
-
ZENDESK_API_KEY: zendesk/api_key
|
|
478
|
-
ZENDESK_USER: zendesk/user
|
|
479
|
-
STRIPE_ACCOUNT_API_KEY: stripe/production/live/account-api-key
|
|
480
|
-
SENTRY_DSN: sentry/selfservice_dsn
|
|
481
|
-
toolbox:
|
|
482
|
-
AUTH_GITHUB_CLIENT_ID: pay-toolbox/production/github_client_id
|
|
483
|
-
AUTH_GITHUB_CLIENT_SECRET: pay-toolbox/production/github_client_secret
|
|
484
|
-
STRIPE_ACCOUNT_API_KEY: stripe/production/live/account-api-key
|
|
485
|
-
STRIPE_ACCOUNT_TEST_API_KEY: stripe/production/test/account-api-key
|
|
486
|
-
SENTRY_DSN: sentry/toolbox_dsn
|
|
487
|
-
ZENDESK_API_KEY: zendesk/api_key
|
|
488
|
-
ZENDESK_USER: zendesk/user
|
|
489
|
-
webhooks:
|
|
490
|
-
DB_PASSWORD: aws/rds/application_users/production/webhooks # pragma: allowlist secret
|
|
491
|
-
DB_SUPPORT_PASSWORD_READONLY: aws/rds/support_readonly_users/production/webhooks_support_readonly # pragma: allowlist secret
|
|
492
|
-
DB_SUPPORT_PASSWORD_READWRITE: aws/rds/support_readwrite_users/production/webhooks_support_readwrite # pragma: allowlist secret
|
|
493
|
-
SENTRY_DSN: sentry_io/webhooks_dsn
|
|
494
|
-
webhooks_intrusion_monitoring:
|
|
495
|
-
pager_duty_cloudwatch_integration_url: pager-duty/govuk-pay/amazon-cloudwatch-integration-url
|
|
496
|
-
production:
|
|
497
|
-
alb_and_s3_logging_pipeline:
|
|
498
|
-
firehose_hec_token: splunk/firehose-hec-token
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
# secrets here are just regular values
|
|
502
|
-
# value[env][service][key] = value
|
|
503
|
-
value:
|
|
504
|
-
deploy:
|
|
505
|
-
cd-pay-deploy:
|
|
506
|
-
pay_aws_deploy_account_id: "424875624006"
|
|
507
|
-
pay_aws_prod_account_id: "092359438320"
|
|
508
|
-
pay_aws_production_account_id: "092359438320"
|
|
509
|
-
pay_aws_staging_account_id: "888564216586"
|
|
510
|
-
pay_aws_test_account_id: "223851549868"
|
|
511
|
-
pay-team-manual/github-username: "alphagov-pay-ci-concourse"
|
|
512
|
-
internal-vulnerability-scan/jira-base-url: "https://payments-platform.atlassian.net"
|
|
513
|
-
cd-pay-dev:
|
|
514
|
-
pay_aws_deploy_account_id: "424875624006"
|
|
515
|
-
pay_aws_staging_account_id: "888564216586"
|
|
516
|
-
pay_aws_test_account_id: "223851549868"
|
|
517
|
-
pay_aws_dev_account_id: "673337093959" # pragma: allowlist secret
|
|
518
|
-
dev-fg-1:
|
|
519
|
-
terraform:
|
|
520
|
-
PERF_ENV: "false"
|
|
521
|
-
# These are not used in dev-fg-1 but are required by terraform make so lets make them bogus values
|
|
522
|
-
# which will fail if we try to create with them. See
|
|
523
|
-
# https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints for
|
|
524
|
-
# dissallowed characters which we use here to ensure they are never usable passwords
|
|
525
|
-
ADMINUSERS_RDS_PASSWORD: "/" # pragma: allowlist secret
|
|
526
|
-
CONNECTOR_RDS_PASSWORD: "/" # pragma: allowlist secret
|
|
527
|
-
LEDGER_RDS_PASSWORD: "/" # pragma: allowlist secret
|
|
528
|
-
PRODUCTS_RDS_PASSWORD: "/" # pragma: allowlist secret
|
|
529
|
-
PUBLICAUTH_RDS_PASSWORD: "/" # pragma: allowlist secret
|
|
530
|
-
deploy-tooling:
|
|
531
|
-
pact-broker:
|
|
532
|
-
DB_USER: "pact_broker"
|
|
533
|
-
DB_SUPPORT_USER_READONLY: "pact_broker_support_readonly"
|
|
534
|
-
DB_SUPPORT_USER_READWRITE: "pact_broker_support_readwrite"
|
|
535
|
-
test-12:
|
|
536
|
-
adminusers:
|
|
537
|
-
DB_USER: "adminusers1"
|
|
538
|
-
DB_SUPPORT_USER_READONLY: "adminusers_support_readonly"
|
|
539
|
-
DB_SUPPORT_USER_READWRITE: "adminusers_support_readwrite"
|
|
540
|
-
NOTIFY_SECRET: ""
|
|
541
|
-
connector:
|
|
542
|
-
DB_USER: "connector2"
|
|
543
|
-
DB_SUPPORT_USER_READONLY: "connector_support_readonly"
|
|
544
|
-
DB_SUPPORT_USER_READWRITE: "connector_support_readwrite"
|
|
545
|
-
NOTIFY_SECRET: ""
|
|
546
|
-
frontend:
|
|
547
|
-
AB_TEST_THRESHOLD: "50"
|
|
548
|
-
GOOGLE_PAY_MERCHANT_ID: "value-not-set"
|
|
549
|
-
GOOGLE_PAY_MERCHANT_ID_2: "value-not-set"
|
|
550
|
-
ledger:
|
|
551
|
-
DB_USER: "ledger"
|
|
552
|
-
DB_SUPPORT_USER_READONLY: "ledger_support_readonly"
|
|
553
|
-
DB_SUPPORT_USER_READWRITE: "ledger_support_readwrite"
|
|
554
|
-
webhooks:
|
|
555
|
-
DB_USER: "webhooks"
|
|
556
|
-
DB_SUPPORT_USER_READONLY: "webhooks_support_readonly"
|
|
557
|
-
DB_SUPPORT_USER_READWRITE: "webhooks_support_readwrite"
|
|
558
|
-
publicauth:
|
|
559
|
-
DB_USER: "publicauth1"
|
|
560
|
-
DB_SUPPORT_USER_READONLY: "publicauth_support_readonly"
|
|
561
|
-
DB_SUPPORT_USER_READWRITE: "publicauth_support_readwrite"
|
|
562
|
-
products:
|
|
563
|
-
DB_USER: "products"
|
|
564
|
-
DB_SUPPORT_USER_READONLY: "products_support_readonly"
|
|
565
|
-
DB_SUPPORT_USER_READWRITE: "products_support_readwrite"
|
|
566
|
-
toolbox:
|
|
567
|
-
AUTH_GITHUB_VIEW_ONLY_TEAM_ID: "3304536"
|
|
568
|
-
AUTH_GITHUB_USER_SUPPORT_TEAM_ID: "3304536"
|
|
569
|
-
AUTH_GITHUB_ADMIN_TEAM_ID: "3304536"
|
|
570
|
-
terraform:
|
|
571
|
-
PERF_ENV: "false"
|
|
572
|
-
test-perf-1:
|
|
573
|
-
adminusers:
|
|
574
|
-
DB_USER: "adminusers"
|
|
575
|
-
DB_SUPPORT_USER_READONLY: "adminusers_support_readonly"
|
|
576
|
-
DB_SUPPORT_USER_READWRITE: "adminusers_support_readwrite"
|
|
577
|
-
NOTIFY_SECRET: ""
|
|
578
|
-
connector:
|
|
579
|
-
DB_USER: "connector"
|
|
580
|
-
DB_SUPPORT_USER_READONLY: "connector_support_readonly"
|
|
581
|
-
DB_SUPPORT_USER_READWRITE: "connector_support_readwrite"
|
|
582
|
-
NOTIFY_SECRET: ""
|
|
583
|
-
frontend:
|
|
584
|
-
AB_TEST_THRESHOLD: "50"
|
|
585
|
-
GOOGLE_PAY_MERCHANT_ID: "value-not-set"
|
|
586
|
-
GOOGLE_PAY_MERCHANT_ID_2: "value-not-set"
|
|
587
|
-
ledger:
|
|
588
|
-
DB_USER: "ledger"
|
|
589
|
-
DB_SUPPORT_USER_READONLY: "ledger_support_readonly"
|
|
590
|
-
DB_SUPPORT_USER_READWRITE: "ledger_support_readwrite"
|
|
591
|
-
publicauth:
|
|
592
|
-
DB_USER: "publicauth"
|
|
593
|
-
DB_SUPPORT_USER_READONLY: "publicauth_support_readonly"
|
|
594
|
-
DB_SUPPORT_USER_READWRITE: "publicauth_support_readwrite"
|
|
595
|
-
products:
|
|
596
|
-
DB_USER: "products"
|
|
597
|
-
DB_SUPPORT_USER_READONLY: "products_support_readonly"
|
|
598
|
-
DB_SUPPORT_USER_READWRITE: "products_support_readwrite"
|
|
599
|
-
terraform:
|
|
600
|
-
PERF_ENV: "true"
|
|
601
|
-
toolbox:
|
|
602
|
-
AUTH_GITHUB_CLIENT_ID:
|
|
603
|
-
AUTH_GITHUB_CLIENT_SECRET:
|
|
604
|
-
AUTH_GITHUB_VIEW_ONLY_TEAM_ID: "3304536"
|
|
605
|
-
AUTH_GITHUB_USER_SUPPORT_TEAM_ID: "3304536"
|
|
606
|
-
AUTH_GITHUB_ADMIN_TEAM_ID: "3304536"
|
|
607
|
-
webhooks:
|
|
608
|
-
DB_USER: "webhooks"
|
|
609
|
-
DB_SUPPORT_USER_READONLY: "webhooks_support_readonly"
|
|
610
|
-
DB_SUPPORT_USER_READWRITE: "webhooks_support_readwrite"
|
|
611
|
-
staging-2:
|
|
612
|
-
adminusers:
|
|
613
|
-
DB_USER: "adminusers1"
|
|
614
|
-
DB_SUPPORT_USER_READONLY: "adminusers_support_readonly"
|
|
615
|
-
DB_SUPPORT_USER_READWRITE: "adminusers_support_readwrite"
|
|
616
|
-
NOTIFY_SECRET: ""
|
|
617
|
-
connector:
|
|
618
|
-
DB_USER: "connector1"
|
|
619
|
-
DB_SUPPORT_USER_READONLY: "connector_support_readonly"
|
|
620
|
-
DB_SUPPORT_USER_READWRITE: "connector_support_readwrite"
|
|
621
|
-
NOTIFY_SECRET: ""
|
|
622
|
-
frontend:
|
|
623
|
-
AB_TEST_THRESHOLD: "50"
|
|
624
|
-
GOOGLE_PAY_MERCHANT_ID: "value-not-set"
|
|
625
|
-
GOOGLE_PAY_MERCHANT_ID_2: "value-not-set"
|
|
626
|
-
ledger:
|
|
627
|
-
DB_USER: "ledger"
|
|
628
|
-
DB_SUPPORT_USER_READONLY: "ledger_support_readonly"
|
|
629
|
-
DB_SUPPORT_USER_READWRITE: "ledger_support_readwrite"
|
|
630
|
-
publicauth:
|
|
631
|
-
DB_USER: "publicauth1"
|
|
632
|
-
DB_SUPPORT_USER_READONLY: "publicauth_support_readonly"
|
|
633
|
-
DB_SUPPORT_USER_READWRITE: "publicauth_support_readwrite"
|
|
634
|
-
products:
|
|
635
|
-
DB_USER: "products"
|
|
636
|
-
DB_SUPPORT_USER_READONLY: "products_support_readonly"
|
|
637
|
-
DB_SUPPORT_USER_READWRITE: "products_support_readwrite"
|
|
638
|
-
toolbox:
|
|
639
|
-
AUTH_GITHUB_VIEW_ONLY_TEAM_ID: "3304500"
|
|
640
|
-
AUTH_GITHUB_USER_SUPPORT_TEAM_ID: "3304500"
|
|
641
|
-
AUTH_GITHUB_ADMIN_TEAM_ID: "3304500"
|
|
642
|
-
terraform:
|
|
643
|
-
PERF_ENV: "false"
|
|
644
|
-
webhooks:
|
|
645
|
-
DB_USER: "webhooks"
|
|
646
|
-
DB_SUPPORT_USER_READONLY: "webhooks_support_readonly"
|
|
647
|
-
DB_SUPPORT_USER_READWRITE: "webhooks_support_readwrite"
|
|
648
|
-
production-2:
|
|
649
|
-
adminusers:
|
|
650
|
-
DB_USER: "adminusers1"
|
|
651
|
-
DB_SUPPORT_USER_READONLY: "adminusers_support_readonly"
|
|
652
|
-
DB_SUPPORT_USER_READWRITE: "adminusers_support_readwrite"
|
|
653
|
-
NOTIFY_SECRET: ""
|
|
654
|
-
connector:
|
|
655
|
-
DB_USER: "connector2"
|
|
656
|
-
DB_SUPPORT_USER_READONLY: "connector_support_readonly"
|
|
657
|
-
DB_SUPPORT_USER_READWRITE: "connector_support_readwrite"
|
|
658
|
-
NOTIFY_SECRET: ""
|
|
659
|
-
frontend:
|
|
660
|
-
AB_TEST_THRESHOLD: "50"
|
|
661
|
-
ledger:
|
|
662
|
-
DB_USER: "ledger"
|
|
663
|
-
DB_SUPPORT_USER_READONLY: "ledger_support_readonly"
|
|
664
|
-
DB_SUPPORT_USER_READWRITE: "ledger_support_readwrite"
|
|
665
|
-
publicauth:
|
|
666
|
-
DB_USER: "publicauth1"
|
|
667
|
-
DB_SUPPORT_USER_READONLY: "publicauth_support_readonly"
|
|
668
|
-
DB_SUPPORT_USER_READWRITE: "publicauth_support_readwrite"
|
|
669
|
-
products:
|
|
670
|
-
DB_USER: "products"
|
|
671
|
-
DB_SUPPORT_USER_READONLY: "products_support_readonly"
|
|
672
|
-
DB_SUPPORT_USER_READWRITE: "products_support_readwrite"
|
|
673
|
-
toolbox:
|
|
674
|
-
AUTH_GITHUB_VIEW_ONLY_TEAM_ID: "7196958"
|
|
675
|
-
AUTH_GITHUB_USER_SUPPORT_TEAM_ID: "3304532"
|
|
676
|
-
AUTH_GITHUB_ADMIN_TEAM_ID: "3320243"
|
|
677
|
-
terraform:
|
|
678
|
-
PERF_ENV: "false"
|
|
679
|
-
webhooks:
|
|
680
|
-
DB_USER: "webhooks"
|
|
681
|
-
DB_SUPPORT_USER_READONLY: "webhooks_support_readonly"
|
|
682
|
-
DB_SUPPORT_USER_READWRITE: "webhooks_support_readwrite"
|