Skip to content

Commit 421a2be

Browse files
chore(docs): remove stale sdk feature info and link to feature matrix… (#106)
… instead we had outdated info about our SDKs in the SDK section. we repeat this info (features supported) in the feature matrix section, so to avoid confusion and needing to doubly maintain it i just refer to it in the SDK section and deleted the stale info.
1 parent b4e2f09 commit 421a2be

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

docs/sdks/overview.mdx

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,7 @@ sidebar_position: 1
66

77
OpenTDF supports native SDKs in the Go, Java and JavaScript languages.
88

9-
## Supported Features
10-
11-
| | Go | Java | C++ | JavaScript |
12-
| :------------------------- | -------- | -------- | -------- | ---------- |
13-
| **Lifecycle** | Beta | Alpha | Alpha | Alpha |
14-
| **Support**[^101] | Official | Official | Official | Official |
15-
| | | | | |
16-
| **Encrypt/Decrypt**[^103] | Stable | Unstable | Planned | Unstable |
17-
| - ZTDF[^110] | Stable | Unstable | Planned | Unstable |
18-
| - NanoTDF[^111] | Stable | Planned | Planned | Unstable |
19-
| - ABAC[^112] | Stable | Unstable | Planned | Unstable |
20-
| - Dissem[^113] | Unstable | Unstable | Planned | Unstable |
21-
| | | | | |
22-
| **Service APIs**[^105] | Stable | Stable | Planned | Planned |
23-
| - Authorization [^120] | | | | |
24-
| - Key Access Server [^121] | | | | |
25-
| - Policy: Attributes[^130] | | | | |
26-
27-
[^101]: Support is the level of support for the SDK (Official, Community).
28-
[^103]: Encrypt is the ability to encrypt data.
29-
[^105]: Service APIs are APIs that are provided by the library to interact with the service.
30-
31-
<!-- SDK Footnotes -->
32-
33-
[^110]: Support for the [Zero Trust Data Format](https://github.com/opentdf/spec/tree/main/schema/tdf) utilizing JSON manifests.
34-
[^111]: Support for the [Nano Trusted Data Format](https://github.com/opentdf/spec/tree/main/schema/nanotdf).
35-
[^112]: ABAC is Attribute Based Access Control.
36-
[^113]: Dissem is Dissemination List (i.e. email lists).
37-
38-
<!-- Service Footnotes -->
39-
40-
[^120]: Authorization APIs for managing authorization policies.
41-
[^121]: Key Access Server (KAS) APIs for accessing key management.
42-
[^130]: APIs for managing policy attributes [proto](https://github.com/opentdf/platform/blob/main/service/policy/attributes/attributes.proto).
9+
Please refer to the [SDK Feature Matrix](../appendix/matrix.mdx#sdk) in the Appendix for the supported features in each SDK.
4310

4411
## Repositories
4512

0 commit comments

Comments
 (0)