Skip to content

Commit e071dcc

Browse files
author
marc
committed
adjust toc
1 parent cf5d04b commit e071dcc

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/RFCS/20171101_encryption_at_rest.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- RFC PR: [#19785](https://github.com/cockroachdb/cockroach/pull/19785)
66
- Cockroach Issue: [#19783](https://github.com/cockroachdb/cockroach/issues/19783)
77

8+
9+
810
Table of Contents
911
=================
1012

@@ -41,16 +43,26 @@ Table of Contents
4143
* [Other uses of local disk](#other-uses-of-local-disk)
4244
* [Enterprise enforcement](#enterprise-enforcement)
4345
* [Drawbacks](#drawbacks)
46+
* [Directs us towards rocksdb-level encryption](#directs-us-towards-rocksdb-level-encryption)
47+
* [Cannot migrate to/from preamble data format](#cannot-migrate-tofrom-preamble-data-format)
48+
* [Lack of correctness testing of rocksdb encryption layer](#lack-of-correctness-testing-of-rocksdb-encryption-layer)
49+
* [Complexity of configuration and monitoring](#complexity-of-configuration-and-monitoring)
50+
* [No strong license enforcement](#no-strong-license-enforcement)
4451
* [Rationale and Alternatives](#rationale-and-alternatives)
52+
* [Filesystem encryption](#filesystem-encryption)
53+
* [Fine-grained encryption](#fine-grained-encryption)
54+
* [Single level of keys](#single-level-of-keys)
55+
* [Relationship between store and data keys](#relationship-between-store-and-data-keys)
56+
* [Custom env for encryption state](#custom-env-for-encryption-state)
4557
* [Unresolved questions](#unresolved-questions)
4658
* [Non-live rocksdb files](#non-live-rocksdb-files)
4759
* [Encryption flags](#encryption-flags)
60+
* [CCL code location](#ccl-code-location)
4861
* [Instruction set support](#instruction-set-support)
4962
* [Future improvements](#future-improvements)
5063
* [v1.0: a.k.a. MVP](#v10-aka-mvp)
5164
* [Possible future additions](#possible-future-additions)
5265

53-
5466
# Summary
5567

5668
This feature is Enterprise.

0 commit comments

Comments
 (0)