Skip to content

Commit bc7ac0b

Browse files
Merge branch 'main' into atru/add-tfe-docs-release-instructions
2 parents 17709d7 + b8612c9 commit bc7ac0b

File tree

4 files changed

+9
-18
lines changed

4 files changed

+9
-18
lines changed

content/terraform/v1.14.x (beta)/docs/language/invoke-actions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ When you invoke an action using the CLI, Terraform runs only the action and excl
8787

8888
Add the `-invoke` flag and specify the address of an action when running the `terraform plan` or `terraform apply` command.
8989

90-
The following example creates a plan for invoking the `aws_lambda_invocation.example` action:
90+
The following example creates a plan for invoking the `aws_lambda_invoke.example` action:
9191

9292
```shell-session
9393
$ terraform plan -invoke=action.aws_lambda_invoke.example
9494
```
9595

9696
Refer to the [`terraform plan` command](/terraform/cli/commands/plan) documentation for more information about creating plans.
9797

98-
The following example runs the `aws_lambda_invocation.example` action:
98+
The following example runs the `aws_lambda_invoke.example` action:
9999

100100
```shell-session
101101
$ terraform apply -invoke=action.aws_lambda_invoke.example

content/vault/v1.16.x/content/docs/secrets/databases/db2.mdx

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,16 @@ description: |-
55
Manage credentials for IBM Db2 using Vault's LDAP secrets engine.
66
---
77

8-
# IBM db2
8+
# IBM Db2
99

10-
Access to Db2 is managed by facilities that reside outside the Db2 database system. By
11-
default, user authentication is completed by a security facility that relies on operating
12-
system based authentication of users and passwords. This means that the lifecycle of user
13-
identities in Db2 aren't capable of being managed using SQL statements and Vault's
14-
database secrets engine.
10+
External facilities outside the Db2 database system manage access to Db2. By default, a security facility authenticates users by relying on operating system-based authentication of users and passwords. This means you cannot manage the user identities lifecycle in Db2 using SQL statements with Vault's database secrets engine.
1511

1612
To provide flexibility in accommodating authentication needs, Db2 ships with authentication
1713
[plugin modules](https://www.ibm.com/docs/en/db2/11.5?topic=ins-ldap-based-authentication-group-lookup-support)
1814
for Lightweight Directory Access Protocol (LDAP). This enables the Db2 database manager to
1915
authenticate users and obtain group membership defined in an LDAP directory, removing the
20-
requirement that users and groups be defined to the operating system.
16+
requirement to define users and groups in the operating system.
2117

22-
Vault's [LDAP secrets engine](/vault/docs/secrets/ldap) can be used to manage the lifecycle
23-
of credentials for Db2 environments that have been configured to delegate user authentication
18+
You can use Vault's [LDAP secrets engine](/vault/docs/secrets/ldap) to manage the lifecycle
19+
of credentials for Db2 environments configured to delegate user authentication
2420
and group membership to an LDAP server.
25-
26-
## Tutorial
27-
28-
Refer to the [IBM Db2 Credential Management](/vault/tutorials/secrets-management/ibm-db2-openldap)
29-
tutorial to learn how to use Vault to manage both static and dynamic credentials for access to Db2.

content/vault/v1.19.x/content/docs/get-vault/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ production cluster deployment:
4747

4848
- [Get started: Install Vault](/vault/tutorials/getting-started/getting-started-install)
4949
- [Day One Preparation](/vault/tutorials/day-one-raft)
50-
- [Recommended Patterns](/vault/tutorials/recommended-patterns)
50+
- [Recommended Patterns](/vault/docs/internals/recommended-patterns)
5151
- [Start the server in dev mode](/vault/tutorials/getting-started/getting-started-dev-server)

content/vault/v1.20.x/content/docs/get-vault/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ production cluster deployment:
4747

4848
- [Get started: Install Vault](/vault/tutorials/getting-started/getting-started-install)
4949
- [Day One Preparation](/vault/tutorials/day-one-raft)
50-
- [Recommended Patterns](/vault/tutorials/recommended-patterns)
50+
- [Recommended Patterns](/vault/docs/internals/recommended-patterns)
5151
- [Start the server in dev mode](/vault/tutorials/getting-started/getting-started-dev-server)

0 commit comments

Comments
 (0)