Skip to content

Commit

Permalink
backport of commit f4689b1 (#20467)
Browse files Browse the repository at this point in the history
Co-authored-by: marcin-kulik <marcinkulik@icloud.com>
Co-authored-by: Thy Ton <maithytonn@gmail.com>
  • Loading branch information
3 people authored May 2, 2023
1 parent 239b7ff commit bbe6558
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/content/docs/platform/mssql/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ EKM provider to use it.
1. Retrieve the AppRole ID and secret ID for use later when configuring SQL Server:

```bash
vault read auth/approle/role/tde-role/role-id
vault write -f auth/approle/role/tde-role/secret-id
vault read auth/approle/role/ekm-encryption-key-role/role-id
vault write -f auth/approle/role/ekm-encryption-key-role/secret-id
```

1. Enable the transit secret engine and create a key:
Expand Down Expand Up @@ -137,8 +137,8 @@ installation.
```sql
-- Replace <approle-role-id> and <approle-secret-id> with the values from
-- the earlier vault commands:
-- vault read auth/approle/role/tde-role/role-id
-- vault write -f auth/approle/role/tde-role/secret-id
-- vault read auth/approle/role/ekm-encryption-key/role-id
-- vault write -f auth/approle/role/ekm-encryption-key/secret-id
CREATE CREDENTIAL TransitVaultCredentials
WITH IDENTITY = '<approle-role-id>',
SECRET = '<approle-secret-id>'
Expand Down

0 comments on commit bbe6558

Please sign in to comment.