Skip to content

Commit

Permalink
Extract the vault password from aws
Browse files Browse the repository at this point in the history
Fixes: #162
  • Loading branch information
hellais committed Jan 24, 2025
1 parent 84ce023 commit fc15f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/password-pipe
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec gpg --quiet --decrypt --batch <~/.ssh/ooni-sysadmin.vaultpw.gpg
exec aws ssm get-parameter --name /oonidevops/secrets/devops_vault_password --profile oonidevops_user_prod --query "Parameter.Value" --with-decryption --output text

0 comments on commit fc15f5b

Please sign in to comment.