Skip to content

Commit

Permalink
Fix changelog for #163 to be unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhjp committed Mar 20, 2023
1 parent 1e60bc5 commit e4e492d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Unreleased

* Vault CSI Provider will use service account tokens passed from the Secrets Store CSI Driver instead of generating one if an appropriate token is provided. [[GH-163](https://github.com/hashicorp/vault-csi-provider/pull/163)]
* The Secrets Store CSI driver needs to be configured to generate tokens with the correct audience for this feature. Vault CSI Provider
will look for a token with the audience specified in the SecretProviderClass, or otherwise "vault". To configure the driver to generate
a token with the correct audience, use the
[`tokenRequests`](https://github.com/kubernetes-sigs/secrets-store-csi-driver/tree/main/charts/secrets-store-csi-driver#configuration)
option from the _driver_ helm chart via the flag `--set tokenRequests[0].audience="vault"`. See
[CSI TokenRequests documentation](https://kubernetes-csi.github.io/docs/token-requests.html) for further details.

## 1.2.1 (November 21st, 2022)

CHANGES:
Expand All @@ -23,13 +31,6 @@ CHANGES:
CHANGES:

* Duplicate object names now trigger an error instead of silently overwriting files. [[GH-148](https://github.com/hashicorp/vault-csi-provider/pull/148)]
* Vault CSI Provider will use service account tokens passed from the Secrets Store CSI Driver instead of generating one if an appropriate token is provided. [[GH-163](https://github.com/hashicorp/vault-csi-provider/pull/163)]
* The Secrets Store CSI driver needs to be configured to generate tokens with the correct audience for this feature. Vault CSI Provider
will look for a token with the audience specified in the SecretProviderClass, or otherwise "vault". To configure the driver to generate
a token with the correct audience, use the
[`tokenRequests`](https://github.com/kubernetes-sigs/secrets-store-csi-driver/tree/main/charts/secrets-store-csi-driver#configuration)
option from the _driver_ helm chart via the flag `--set tokenRequests[0].audience="vault"`. See
[CSI TokenRequests documentation](https://kubernetes-csi.github.io/docs/token-requests.html) for further details.

BUGS:

Expand Down

0 comments on commit e4e492d

Please sign in to comment.