gatk-3.8/public/java/test/org/broadinstitute/sting/gatk
Mark DePristo b707331332 Encrypt GATK AWS keys using the GATK private key, and decrypt as needed as a resource when uploading to AWS logs
-- Has the overall effect that the GATK user AWS keys are no longer visible in the gatk source as plain text.  This will stop AWS from emailing me (they crawl the web looking for keys)
-- Added utility EncryptAWSKeys that takes as command line arguments the GATK user AWS access and secret keys, encrypts them with the GATK private key, and writes out the resulting file to resources in phonehome.
-- GATKRunReport now decrypts as needed these keys using the GATK public key as resources in the GATK bundle
-- Refactored the essential function of Resource (reading the resource) from IOUtils into the class itself.  Now how to get the data in the resouce is straightforward
-- Refactored md5 calculation code from a byte[] into Utils.  Added unit tests
-- Committing the encrypted AWS keys
-- #resolves https://jira.broadinstitute.org/browse/GSA-730
2013-01-30 16:42:23 -05:00
..
datasources Collapse the downsampling fork in the GATK engine 2013-01-28 01:50:30 -05:00
downsampling Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
executive Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
filters Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
iterators Refactor LIBS into utils.locusiterator before refactoring 2013-01-11 15:17:16 -05:00
phonehome Encrypt GATK AWS keys using the GATK private key, and decrypt as needed as a resource when uploading to AWS logs 2013-01-30 16:42:23 -05:00
refdata Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
report Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
samples Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
traversals Collapse the downsampling fork in the GATK engine 2013-01-28 01:50:30 -05:00
walkers Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
CommandLineGATKUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
EngineFeaturesIntegrationTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
GenomeAnalysisEngineUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
MaxRuntimeIntegrationTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
WalkerManagerUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00