This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This assumes you have some role that can read some secret at secret/foo. | |
export VAULT_ADDR="http://my_vault_address.com" | |
export GCE_ROLE = "my-gce-role" | |
apt-get update | |
apt-get install -y jq | |
# Curl out to metadata server to get token | |
JWT=$(curl -H "Metadata-Flavor: Google" -G \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NEW MODULE: beam-examples-multi-language | |
NEW MODULE: beam-sdks-java-expansion-service-app | |
NEW MODULE: beam-sdks-java-extensions-sbe | |
MODULE: beam-examples-java-twitter | |
- commons-io.commons-io:2.6 (provided) | |
- org.apache.commons.commons-csv:1.8 (provided) | |
MODULE: beam-examples-java | |
- org.apache.beam.beam-vendor-grpc-1_36_0:0.2 (compile) |