Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#6590 from JAORMX/encryption-links
Browse files Browse the repository at this point in the history
ocp4: Add link to documentation for etcd encryption
  • Loading branch information
jhrozek authored Feb 3, 2021
2 parents 30a1fed + 6f4af96 commit a0e8e7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ description: |-
type: aescbc
</pre>
For more information, follow
{{{ weblink(link="https://docs.openshift.com/container-platform/4.6/security/encrypting-etcd.html",
text="the relevant documentation") }}}.
rationale: |-
<tt>aescbc</tt> is currently the strongest encryption provider, it should
be preferred over other providers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ description: |-
type: aescbc
</pre>
For more information, follow
{{{ weblink(link="https://docs.openshift.com/container-platform/4.6/security/encrypting-etcd.html",
text="the relevant documentation") }}}.
rationale: |-
etcd is a highly available key-value store used by OpenShift deployments
for persistent storage of all REST API objects. These objects are
Expand Down

0 comments on commit a0e8e7b

Please sign in to comment.