This folder contains AWS and GCP credentials that are used for testing Tink.
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_cc.txt
, credentials_aws.cred
, credentials_aws.csv
and
credentials_aws.ini
. These can be generated in a similar way to this script.
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 credential.json
and the key URI to gcp_key_name.txt
.