Update docs/Privacy/Tessera/Configuration/Keys.md

Co-Authored-By: chris-j-h <39617426+chris-j-h@users.noreply.github.com>
This commit is contained in:
Mihailescu Ionut Emanuel 2020-01-10 09:07:49 +02:00 committed by GitHub
parent dd6eb12d90
commit 70a99e06c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -229,7 +229,12 @@ Tessera requires TLS certificates and keys to be stored in `.jks` Java keystore
The keys in the pair are stored as secrets in the _AWS Secrets Manager_. This requires providing the secret IDs for both keys. The endpoint is optional as the _AWS SDK_ can fallback to its inbuilt property retrieval chain (e.g. using the environment variable `AWS_REGION` or `~/.aws/config` file - see [the AWS docs](https://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/credentials.html) for similar behaviour explained in the context of credentials):
```json
"keys": {
"awsKeyVaultConfig":{
"keyVaultConfig": {
"keyVaultConfigType": "AWS",
"properties": {
"endpoint": "https://secretsmanager.us-west-2.amazonaws.com"
}
},
"keyData": [
{
"awsSecretsManagerPublicKeyId": "secretIdPub",