Skip to content

Commit

Permalink
docs: minor wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaIsele committed Jan 13, 2025
1 parent 2c2a490 commit f48fedb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The respective tests covering the moved functionality are also moved accordingly
### HashiCorp Vault Health Extension

The `get()` method of `HashicorpVaultHealthCheck` is currently using a merge of the response from the Hashicorp Vault Health API and the ability to renew the given token.
After the refactor, the token renewal is no longer a part of the base `HashicorpVaultExtension`.
After the refactor, the token renewal lookup functionality is no longer guaranteed to exist inside the `HashicorpVaultExtension`.
As such the `get()` method is adjusted and will only return the response from the Hashicorp Vault Health API.

## Further Considerations
Expand Down

0 comments on commit f48fedb

Please sign in to comment.