-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[docs] Update security-checklist-yp.md #9071
Conversation
Add links to references.
✔️ Deploy Preview for infallible-bardeen-164bc9 ready! 🔨 Explore the source changes: 9d98613 🔍 Inspect the deploy log: https://app.netlify.com/sites/infallible-bardeen-164bc9/deploys/60ef52df88cba400089fd3b5 😎 Browse the preview: https://deploy-preview-9071--infallible-bardeen-164bc9.netlify.app |
@@ -23,7 +23,7 @@ Read more about enabling [Encryption in transit](../enable-encryption-at-rest) i | |||
## Enable encryption at rest | |||
|
|||
[Encryption at rest](https://en.wikipedia.org/wiki/Data_at_rest#Encryption) ensures that data at rest, stored on disk, is protected. You can configure YugabyteDB with a user-generated symmetric key to perform cluster-wide encryption. | |||
Read more about enabling Encryption at rest in YugabyteDB. | |||
Read more about [enabling Encryption at rest](../enable-encryption-at-rest) in YugabyteDB. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link is right, but the one on line 21 is incorrect! (That one should point to ../enable-encryption-in-transit
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think my latest commit fixes it.
encryption in transit link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good!
Add links to references.