Skip to content

Commit

Permalink
Merge pull request #112 from Venafi/release-ignore-local-storage
Browse files Browse the repository at this point in the history
Updates changelog and README for release
  • Loading branch information
rvelaVenafi authored Dec 27, 2022
2 parents 514d04b + ec13353 commit 4378998
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.12.0 (December 27, 2022)
* Added ability to ignore search-certificate in local storage. Fixes behaviour for prevent-reissue features to have certificate default validity.
* Introduced `proactive refresh` feature, which now relies on handling refreshing the `access_token` by passing two refresh tokens in the `venafi` secret (`refresh_token` and `refresh_token_2`)
* Solved scenario when many requests are sent in parallel
* Added flag `ignore_local` in role parameters to always ignore local storage when issuing a certificate

# v0.11.0 (November 25, 2022)
Added ability to store certificates by hash string

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ possibly erroneous results.
## Prevent Re-issue

In order to prevent an issuance of a new certificate if current certificate exists in Vault's storage, we added a capability
to return that certificate instead. To issue this feature you must set:
to return that certificate instead. We rely on Venafi's platforms (TPP/VaaS) to find out is certificate already exist.
To issue this feature you must set:

- `min_cert_time_left` (_optional_): Golang's duration format string (e.g. 24h, 23h5m20s, 10000s, etc.). Default is 30 days.
- `store_by="serial"` (_required_)
Expand Down Expand Up @@ -443,7 +444,8 @@ It's required to set any of (at least one): `Common Name` or `SAN DNS`.
### Using Prevent Re-issue Local

In order to prevent an issuance of a new certificate if current certificate exists in Vault's storage, we added a capability
to return that certificate instead. To issue this feature you must set:
to return that certificate instead. We rely on hash in order to get certificate from local storage (no TPP/VaaS is involved).
To issue this feature you must set:

- `min_cert_time_left` (_optional_): Golang's duration format string (e.g. 24h, 23h5m20s, 10000s, etc.). Default is 30 days.
- `store_by="hash"` (_required_)
Expand Down

0 comments on commit 4378998

Please sign in to comment.