Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Update the CredHub version number that has the orphaned `encrypt… #729

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,6 @@ CREDENTIAL_ROOT=/path/to/credhub/repo/plus/src/test/resources ./scripts/run_test
Assuming it works, that will generate some test client certificates for testing mutual TLS (in `certs/` in the acceptance test directory) and run the acceptance test suite against your locally running credhub server.

### Cleaning up orphaned encrypted_value records
To clean up orphaned `encrypted_value` records from CredHub version 2.12.66 and
To clean up orphaned `encrypted_value` records from CredHub version 2.12.70 and
earlier (https://github.com/cloudfoundry/credhub/issues/231), follow the steps decribed in
[Cleaning up orphaned encrypted_value records](docs/orphaned-encryption-value-cleanup.md).
2 changes: 1 addition & 1 deletion docs/orphaned-encryption-value-cleanup.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Cleaning up orphaned encrypted_value records
CredHub version 2.12.66 and earlier had a bug where `encrypted_value`
CredHub version 2.12.70 and earlier had a bug where `encrypted_value`
records were not deleted when the associated credentials were deleted.
(See https://github.com/cloudfoundry/credhub/issues/231.)

Expand Down