You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the last sprint, we identified that our RDS certificates are expiring soon. Although we are in the process of decommissioning the platform, we don't anticipate completion by 12/1. To be cautious, we’ve decided to renew the certificates. This ticket covers the work required for this renewal.
svc-bgs-api, svc-bie-kafka, and svc-bip-api all get the certificates from Vault secrets, which get written to keystore.p12 files on pod creation. Once the new certs are issued, they will need to be base64 encoded and have the keystore and keystore password secrets updated.
AC:
These certificates are renewed:
a. va-abd-rrd-prod-tls
b. va-abd-rrd-dev-tls
c. va-abd-rrd-prod-test-tls
The new certificates and their passwords are uploaded to Vault
Pods are synced and restarted with the updated Vault secrets in prod-test and below
a. prod will be updated in the next deployment
The text was updated successfully, but these errors were encountered:
In the last sprint, we identified that our RDS certificates are expiring soon. Although we are in the process of decommissioning the platform, we don't anticipate completion by 12/1. To be cautious, we’ve decided to renew the certificates. This ticket covers the work required for this renewal.
svc-bgs-api, svc-bie-kafka, and svc-bip-api all get the certificates from Vault secrets, which get written to keystore.p12 files on pod creation. Once the new certs are issued, they will need to be base64 encoded and have the keystore and keystore password secrets updated.
AC:
a. va-abd-rrd-prod-tls
b. va-abd-rrd-dev-tls
c. va-abd-rrd-prod-test-tls
a. prod will be updated in the next deployment
The text was updated successfully, but these errors were encountered: