From dce47562c77bb6aeb99728828b17ece9b549e3a6 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Thu, 25 May 2023 07:03:14 -0400 Subject: [PATCH 1/4] BigAnimal: ap-southeast-3 region --- .../release/overview/03a_region_support/index.mdx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/product_docs/docs/biganimal/release/overview/03a_region_support/index.mdx b/product_docs/docs/biganimal/release/overview/03a_region_support/index.mdx index 7106f794d87..090186bd3aa 100644 --- a/product_docs/docs/biganimal/release/overview/03a_region_support/index.mdx +++ b/product_docs/docs/biganimal/release/overview/03a_region_support/index.mdx @@ -71,16 +71,14 @@ When using AWS, you can create clusters in the following regions: ### Asia and Pacific (APAC) -| Cloud region | Short name | -| ------------------------ | -------------- | +| Cloud region | Short name | Notes | +| ------------------------ | -------------- | ----- | | Asia Pacific (Tokyo) | ap-northeast-1 | | Asia Pacific (Seoul) | ap-northeast-2 | | Asia Pacific (Mumbai) | ap-south-1 | | Asia Pacific (Singapore) | ap-southeast-1 | | Asia Pacific (Sydney) | ap-southeast-2 | - - - +| Asia Pacific (Jakarta) | ap-southeast-3 | Enable the region through the [AWS console](https://docs.aws.amazon.com/general/latest/gr/rande-manage.html#rande-manage-enable) before activating it for BigAnimal. | ## Next steps From 659186ac996b2ec4659245084bb398c1ed792b07 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Thu, 25 May 2023 11:52:38 -0400 Subject: [PATCH 2/4] BigAnimal: remove typo in CLI topic in Free trial section --- .../free_trial/detail/create_a_cluster/create_cluster_cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/biganimal/release/free_trial/detail/create_a_cluster/create_cluster_cli.mdx b/product_docs/docs/biganimal/release/free_trial/detail/create_a_cluster/create_cluster_cli.mdx index 38d02b0a36f..bb66522c69a 100644 --- a/product_docs/docs/biganimal/release/free_trial/detail/create_a_cluster/create_cluster_cli.mdx +++ b/product_docs/docs/biganimal/release/free_trial/detail/create_a_cluster/create_cluster_cli.mdx @@ -54,7 +54,7 @@ __OUTPUT__ ``` !!! Note Caution - If you add another credential, you’ll need to add `--credential [newuser]` to the following commands. If you have only one, the option isn't needed. You can change the default credential using `biganimal config set context_credential [name]` You can remove + If you add another credential, you’ll need to add `--credential [newuser]` to the following commands. If you have only one, the option isn't needed. You can change the default credential using `biganimal config set context_credential [name]`. In the free trial, the range of cluster options is somewhat limited but should be more than sufficient for demonstrating the capabilities of BigAnimal. From 078d4d0052c11de0cd10fac5220a1fac9db56d80 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Thu, 25 May 2023 14:49:27 -0400 Subject: [PATCH 3/4] TDE: replacing ascii code with the correct characters --- product_docs/docs/tde/15/key_stores.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/product_docs/docs/tde/15/key_stores.mdx b/product_docs/docs/tde/15/key_stores.mdx index 2167aa04829..b05a485a0e0 100644 --- a/product_docs/docs/tde/15/key_stores.mdx +++ b/product_docs/docs/tde/15/key_stores.mdx @@ -47,8 +47,8 @@ Key unwrap commands that prompt for passwords on the terminal don't work when th For example, for systemd, you can use `systemd-ask-password`: ``` -PGDATAKEYWRAPCMD="bash -c 'openssl enc -e -aes-128-cbc -pbkdf2 -out %p -pass file:<(sudo systemd-ask-password --no-tty)'" -PGDATAKEYUNWRAPCMD="bash -c 'openssl enc -d -aes-128-cbc -pbkdf2 -in %p -pass file:<(sudo systemd-ask-password --no-tty)'" +PGDATAKEYWRAPCMD="bash -c 'openssl enc -e -aes-128-cbc -pbkdf2 -out %p -pass file:<(sudo systemd-ask-password --no-tty)'" +PGDATAKEYUNWRAPCMD="bash -c 'openssl enc -d -aes-128-cbc -pbkdf2 -in %p -pass file:<(sudo systemd-ask-password --no-tty)'" ``` You also need an entry like in `/etc/sudoers`: @@ -141,8 +141,8 @@ vault secrets enable transit # create a key (pick a name) vault write -f transit/keys/pg-tde-master-1 -PGDATAKEYWRAPCMD='base64 | vault write -field=ciphertext transit/encrypt/pg-tde-master-1 plaintext=- > %p' -PGDATAKEYUNWRAPCMD='vault write -field=plaintext transit/decrypt/pg-tde-master-1 ciphertext=- < %p | base64 -d' +PGDATAKEYWRAPCMD='base64 | vault write -field=ciphertext transit/encrypt/pg-tde-master-1 plaintext=- > %p' +PGDATAKEYUNWRAPCMD='vault write -field=plaintext transit/decrypt/pg-tde-master-1 ciphertext=- < %p | base64 -d' ``` ## Key rotation From d551899e9b0a1cc4d4452f1ade5015359fba0721 Mon Sep 17 00:00:00 2001 From: kelpoole <44814688+kelpoole@users.noreply.github.com> Date: Fri, 26 May 2023 00:09:20 -0700 Subject: [PATCH 4/4] Update tpa_23.14_rel_notes.mdx Add missing change to release notes as requested by ACI --- product_docs/docs/tpa/23/rel_notes/tpa_23.14_rel_notes.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/product_docs/docs/tpa/23/rel_notes/tpa_23.14_rel_notes.mdx b/product_docs/docs/tpa/23/rel_notes/tpa_23.14_rel_notes.mdx index 1e2ba12a803..8fb02fe20f1 100644 --- a/product_docs/docs/tpa/23/rel_notes/tpa_23.14_rel_notes.mdx +++ b/product_docs/docs/tpa/23/rel_notes/tpa_23.14_rel_notes.mdx @@ -8,6 +8,7 @@ New features, enhancements, bug fixes, and other changes in Trusted Postgres Arc | Type | Description | | ---- |------------ | -| Bug fix | Fixes an error whereby package lists weren't correctly populated for PGD 3 and 4 configurations. | +| Bug fix | Fixes an error whereby package lists weren't correctly populated for PGD 3 and 4 configurations. (TPA-365) | +| Change | Use multi-line BDR DCS configuration in HARP's config.yaml (TPA-360, RT90034) |