• Home
Name Date Size #Lines LOC

..--

BUILD.bazelD06-Sep-2024461 2622

README.mdD06-Sep-2024935 1713

access_keys_bad.csvD06-Sep-202494 32

credentials.credD06-Sep-202496 43

credentials.csvD06-Sep-2024196 42

credentials.iniD06-Sep-2024116 43

credentials_bad.csvD06-Sep-2024115 32

credentials_bad.iniD06-Sep-2024116 43

key_arn.txtD06-Sep-202476 21

key_arn_bad.txtD06-Sep-202476 21

README.md

1This folder contains AWS credentials that are used for testing Tink.
2
3For security reasons, all credentials in this folder are invalid. If you want to
4run tests that depend on them, please create your own [AWS access
5keys][aws-access-keys].
6
7The credentials are required in several formats expected by different APIs. For
8example, Java expects the credentials as a [properties file][properties-file].
9In order to cover all tests across all languages you have to replace
10`aws/credentials.cred`, `aws/credentials.csv` and `aws/credentials.ini`. These
11can be generated in a similar way to this [credential copying
12script][copy-credentials-script].
13
14[aws-access-keys]: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html
15[properties-file]: https://docs.aws.amazon.com/AmazonS3/latest/dev/AuthUsingAcctOrUserCredentials.html
16[copy-credentials-script]: https://github.com/google/tink/blob/master/kokoro/copy_credentials.sh
17