Skip to content

Commit

Permalink
Merge pull request #4150 from EnterpriseDB/release/2023-05-26
Browse files Browse the repository at this point in the history
Release: 2023-05-26
  • Loading branch information
drothery-edb authored May 26, 2023
2 parents 1f721a4 + 3636595 commit edd2b43
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions product_docs/docs/tde/15/key_stores.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down Expand Up @@ -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=- &gt; %p'
PGDATAKEYUNWRAPCMD='vault write -field=plaintext transit/decrypt/pg-tde-master-1 ciphertext=- &lt; %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
Expand Down
3 changes: 2 additions & 1 deletion product_docs/docs/tpa/23/rel_notes/tpa_23.14_rel_notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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) |


2 comments on commit edd2b43

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://edb-docs.netlify.app as production
πŸš€ Deployed on https://6470a1f9c65e800cc22f64bf--edb-docs.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.