Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into notebook-role
Browse files Browse the repository at this point in the history
* origin/main:
  Extract the vault password from aws (#163)
  • Loading branch information
hellais committed Jan 28, 2025
2 parents 96ff902 + 6000455 commit 9fdef91
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 9fdef91

Please sign in to comment.