blob: 9d362c75e0ca5bbef5bf9ab6fd4a7903df27d902 [file] [log] [blame] [view]
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](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html).
The credentials are required in several formats expected by different APIs. For
example, Java expects the credentials as a
[properties file](https://docs.aws.amazon.com/AmazonS3/latest/dev/AuthUsingAcctOrUserCredentials.html).
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](https://github.com/google/tink/blob/master/kokoro/copy_credentials.sh).
# 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](https://cloud.google.com/kms/docs/creating-keys), and copy the
credentials to `gcp/credential.json` and the key URI to `gcp/key_name.txt`.