I hereby claim:
- I am beaufour on github.
- I am beaufour (https://keybase.io/beaufour) on keybase.
- I have a public key whose fingerprint is 96CC B7F1 EDDF 85F1 6263 6DF9 B449 C455 BB2F 12A7
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| delegator.py==0.1.1 | |
| requests==2.22.0 |
| #!/bin/bash | |
| # | |
| # Gets a temporary token from STS and stores it in the default AWS profile. | |
| # | |
| # The script needs two environment variables set: | |
| # * AWS_MFA_ARN: ARN of your MFA device (look up in IAM) | |
| # * AWS_STS_PROFILE: aws cli user profile that allows you to call STS | |
| # | |
| # To use it, you also need to have two profiles in your ~/.aws/credentials file. The default and the | |
| # one that contains your permanent access tokens. Like this for example: |
| select pg_stat_ssl.pid, client_addr, datname, usename, application_name, ssl | |
| from pg_stat_activity | |
| join pg_stat_ssl | |
| on pg_stat_activity.pid = pg_stat_ssl.pid; |