Salesforce CLI with Docker in AWS
Auth was the tricky part as the normal auth requires a browser session rather than taking it from the CLI prompt. ...
Auth was the tricky part as the normal auth requires a browser session rather than taking it from the CLI prompt. ...
This is my current setup for watching Pooq in Australia for anyone interested. With local proxy, below 4k streaming (UHD) seems alright with NBN via AussieBB. TPG might have better throughput as they have PPC-1 submarine cable. ...
* Requires API key with admin access, least for the target app ...
Sample config file when using selenium standalone during test. docker-compose YAML ...
For binary encrypted output: 1 2 aws kms encrypt --region ap-southeast-2 --key-id alias/blah --plaintext fileb://blah --output text --query CiphertextBlob | base64 --decode > blah.enc aws kms decrypt --ciphertext-blob fileb://blah.enc --output text --query Plaintext | base64 --decode For base64 encrypted output: ...