Skip to content

Commit c943613

Browse files
authored
Merge branch 'main' into nexus/cce425-silent-pat-rotation/update-api-doc
2 parents 35c0339 + 4ea1cad commit c943613

File tree

11 files changed

+18
-4
lines changed

11 files changed

+18
-4
lines changed

content/vault/v1.16.x/content/docs/platform/k8s/helm/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ This page assumes general knowledge of [Helm](https://helm.sh/) and
2020
how to use it. Using Helm to install Vault requires that Helm is
2121
properly installed and configured with your Kubernetes cluster.
2222

23+
@include 'kubernetes-supported-versions.mdx'
24+
2325
## Using the helm chart
2426

2527
Helm must be installed and configured on your machine. Please refer to the [Helm

content/vault/v1.16.x/content/partials/kubernetes-supported-versions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ The following [Kubernetes minor releases][k8s-releases] are currently supported.
44
The latest version is tested against each Kubernetes version. It may work with
55
other versions of Kubernetes, but those are not supported.
66

7+
* 1.33
78
* 1.32
89
* 1.31
910
* 1.30
1011
* 1.29
11-
* 1.28
1212

1313
[k8s-releases]: https://kubernetes.io/releases/

content/vault/v1.18.x/content/api-docs/secret/ldap.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ to search and change entry passwords in LDAP.
4242
to use to generate passwords. Note that this accepts the name of the policy, not the policy itself.
4343
- `schema` `(string: "openldap")` - The LDAP schema to use when storing entry passwords.
4444
Valid schemas include `openldap`, `ad`, and `racf`.
45+
- `credential_type` `(string: "password")` - The type of password to generate. Valid values include `password` and `phrase`.
46+
When set to `phrase`, the secrets engine will modify the RACF schema for all static roles to manage password phrases instead of passwords.
4547
- `userdn` `(string: <optional>)` - The base DN under which to perform user search in
4648
[library management](/vault/api-docs/secret/ldap#library-management) and [static roles](/vault/api-docs/secret/ldap#static-roles).
4749
For example, `ou=Users,dc=hashicorp,dc=com`.

content/vault/v1.18.x/content/docs/platform/k8s/helm/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This page assumes general knowledge of [Helm](https://helm.sh/) and
1919
how to use it. Using Helm to install Vault requires that Helm is
2020
properly installed and configured with your Kubernetes cluster.
2121

22+
@include 'kubernetes-supported-versions.mdx'
23+
2224
## Using the helm chart
2325

2426
Helm must be installed and configured on your machine. Please refer to the [Helm

content/vault/v1.18.x/content/partials/kubernetes-supported-versions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ The following [Kubernetes minor releases][k8s-releases] are currently supported.
44
The latest version is tested against each Kubernetes version. It may work with
55
other versions of Kubernetes, but those are not supported.
66

7+
* 1.33
78
* 1.32
89
* 1.31
910
* 1.30
1011
* 1.29
11-
* 1.28
1212

1313
[k8s-releases]: https://kubernetes.io/releases/

content/vault/v1.19.x/content/api-docs/secret/ldap.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ to search and change entry passwords in LDAP.
4242
to use to generate passwords. Note that this accepts the name of the policy, not the policy itself.
4343
- `schema` `(string: "openldap")` - The LDAP schema to use when storing entry passwords.
4444
Valid schemas include `openldap`, `ad`, and `racf`.
45+
- `credential_type` `(string: "password")` - The type of password to generate. Valid values include `password` and `phrase`.
46+
When set to `phrase`, the secrets engine will modify the RACF schema for all static roles to manage password phrases instead of passwords.
4547
- `userdn` `(string: <optional>)` - The base DN under which to perform user search in
4648
[library management](/vault/api-docs/secret/ldap#library-management) and [static roles](/vault/api-docs/secret/ldap#static-roles).
4749
For example, `ou=Users,dc=hashicorp,dc=com`.

content/vault/v1.19.x/content/docs/deploy/kubernetes/helm/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This page assumes general knowledge of [Helm](https://helm.sh/) and
1919
how to use it. Using Helm to install Vault requires that Helm is
2020
properly installed and configured with your Kubernetes cluster.
2121

22+
@include 'kubernetes-supported-versions.mdx'
23+
2224
## Using the Helm chart
2325

2426
Helm must be installed and configured on your machine. Please refer to the [Helm

content/vault/v1.19.x/content/partials/kubernetes-supported-versions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ The following [Kubernetes minor releases][k8s-releases] are currently supported.
44
The latest version is tested against each Kubernetes version. It may work with
55
other versions of Kubernetes, but those are not supported.
66

7+
* 1.33
78
* 1.32
89
* 1.31
910
* 1.30
1011
* 1.29
11-
* 1.28
1212

1313
[k8s-releases]: https://kubernetes.io/releases/

content/vault/v1.20.x/content/api-docs/secret/ldap.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ to search and change entry passwords in LDAP.
4242
to use to generate passwords. Note that this accepts the name of the policy, not the policy itself.
4343
- `schema` `(string: "openldap")` - The LDAP schema to use when storing entry passwords.
4444
Valid schemas include `openldap`, `ad`, and `racf`.
45+
- `credential_type` `(string: "password")` - The type of password to generate. Valid values include `password` and `phrase`.
46+
When set to `phrase`, the secrets engine will modify the RACF schema for all static roles to manage password phrases instead of passwords.
4547
- `userdn` `(string: <optional>)` - The base DN under which to perform user search in
4648
[library management](/vault/api-docs/secret/ldap#library-management) and [static roles](/vault/api-docs/secret/ldap#static-roles).
4749
For example, `ou=Users,dc=hashicorp,dc=com`.

content/vault/v1.20.x/content/docs/deploy/kubernetes/helm/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This page assumes general knowledge of [Helm](https://helm.sh/) and
1919
how to use it. Using Helm to install Vault requires that Helm is
2020
properly installed and configured with your Kubernetes cluster.
2121

22+
@include 'kubernetes-supported-versions.mdx'
23+
2224
## Using the Helm chart
2325

2426
Helm must be installed and configured on your machine. Please refer to the [Helm

0 commit comments

Comments
 (0)