tree: a7683780c9fcef44b2763ba159200d64eae00c1c [path history] [tgz]
  1. aws/
  2. gcp/
  3. keysets/
  4. testvectors/
  5. BUILD.bazel
  6. README.md
tools/testdata/README.md

This folder contains AWS and GCP credentials that are used for testing Tink.

AWS

For security reasons, all AWS credentials in this folder are invalid. If you want to run tests that depend on them, please create your own AWS access keys. The credentials are required in several formats expected by different APIs. For example, Java expects the credentials as a properties file. In order to cover all tests across all languages you will have to replace aws/credentials.cred, aws/credentials.csv and aws/credentials.ini. These can be generated in a similar way to this script.

GCP

For security reasons, all GCP credentials in this folder are invalid. If you want to run tests that depend on them, please create your own Cloud KMS key, and copy the credentials to gcp/credential.json and the key URI to gcp/key_name.txt.