Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dev-notifications certificates #132

Open
dcadenas opened this issue Oct 16, 2024 · 0 comments
Open

Fix dev-notifications certificates #132

dcadenas opened this issue Oct 16, 2024 · 0 comments
Assignees

Comments

@dcadenas
Copy link
Contributor

See https://planetary-app.slack.com/archives/C056EQP6JK1/p1729088659817509?thread_ts=1729034972.642699&cid=C056EQP6JK1

Our notifications ansible setup only has prod password and cert. We need to add the dev pwd and cert and move files to the proper locations. Currently there's this structure:

inventories/notifications_service/group_vars/
├── all
│   ├── certificate_apns.p12
│   └── vault.yml
├── dev
│   ├── vault.yml
│   └── vault_firestore-credentials.json
└── prod
    ├── vault.yml
    ├── vault_firestore-credentials.json
    └── vault_pubsub-credentials.json

The p12 file should be under each env and a specific password for each env vault

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: UAT
Development

No branches or pull requests

1 participant