Skip to content

Commit

Permalink
dpc-3600: Add new bfd certs to keystore file (#1942)
Browse files Browse the repository at this point in the history
## 🎫 Ticket

https://jira.cms.gov/browse/DPC-3600

## 🛠 Changes

- bb.keystore

## ℹ️ Context for reviewers

Adds new bfd certs to dpc keystore file

## ✅ Acceptance Validation
<img width="279" alt="image"
src="https://github.com/CMSgov/dpc-app/assets/61986745/5cce06d6-fb26-4fb1-a453-e66c43d47600">


## 🔒 Security Implications

- [ ] This PR adds a new software dependency or dependencies.
- [ ] This PR modifies or invalidates one or more of our security
controls.
- [ ] This PR stores or transmits data that was not stored or
transmitted before.
- [ ] This PR requires additional review of its security implications
for other reasons.

If any security implications apply, add Jason Ashbaugh (GitHub username:
StewGoin) as a reviewer and do not merge this PR without his approval.
  • Loading branch information
Miki543 authored Sep 7, 2023
1 parent 06a0628 commit 0b41f41
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file added bb.keystore
Binary file not shown.
Binary file added bbcerts/bb.keystore
Binary file not shown.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:

db:
image: postgres:11
ports:
- "5432:5432"
command: postgres -c 'max_connections=250'
environment:
- POSTGRES_MULTIPLE_DATABASES=dpc_attribution,dpc_queue,dpc_auth,dpc_consent,dpc-website_development,bcda
Expand Down

0 comments on commit 0b41f41

Please sign in to comment.