From bb2d05a0e8af8e5cd0054065a9174dc663f2feac Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 13 Jun 2024 13:19:40 +0300 Subject: [PATCH] review: update the readme Signed-off-by: Anton Bronnikov Co-authored-by: Adrien Barreau --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb834da..0de4731 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,9 @@ project or user. This authentication method is useful when short-lived credentials are necessary. E.g. oauth2 [plugin](https://github.com/puppetlabs/vault-plugin-secrets-oauthapp) -for hashicorp vault can request an access token that would be used by OVH +for HashiCorp Vault can request an access token that would be used by OVHcloud terraform provider. Although this token, requested via data-source, would end up -stored in the terraform state-file, that would pose less risk since the token +stored in the Terraform state file, that would pose less risk since the token validity would last for only 1 hour. Other applications are of course also possible.