You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(docs): update otdfctl references to platform monorepo (#309)
## Summary
- Update all `opentdf/otdfctl` references to `opentdf/platform` monorepo
- The `opentdf/otdfctl` repo is archived; CLI now lives under `otdfctl/`
in the platform repo
- Updates install script, docusaurus remote content plugin, GitHub
Actions workflow, and doc links
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Updated CLI documentation links and references to point to the
centralized platform repository and adjusted displayed release notes
scope.
* **Chores**
* Updated installer and download links to fetch CLI releases from the
centralized platform repository.
* Updated build/workflow steps to pull CLI documentation and metadata
from the centralized platform source.
* Updated UI link for downloading the latest CLI release.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/components/policy/keymanagement/base_key.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ You must have admin permission to use any key operations.
15
15
16
16
When using the [kas-registry proto](https://github.com/opentdf/platform/blob/5221cf41079fc43a3966e17c6f3e0d3cf8a16730/service/policy/kasregistry/key_access_server_registry.proto#L692-L696) and an active connection to the platform you can use the above base key rpcs to set and retrieve the base key.
17
17
18
-
[otdfctl base key](https://github.com/opentdf/otdfctl/tree/main/docs/man/policy/kas-registry/key/base) provides documentation on how to set / get base keys with the OpenTDF CLI.
18
+
[otdfctl base key](https://github.com/opentdf/platform/tree/main/otdfctl/docs/man/policy/kas-registry/key/base) provides documentation on how to set / get base keys with the OpenTDF CLI.
Copy file name to clipboardExpand all lines: docs/components/policy/keymanagement/quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ be helpful for migrations.
36
36
## Creating a key
37
37
38
38
:::note
39
-
You can also perform all key commands with the [OpenTDF CLI](https://github.com/opentdf/otdfctl)
39
+
You can also perform all key commands with the [OpenTDF CLI](https://github.com/opentdf/platform/tree/main/otdfctl)
40
40
:::
41
41
42
42
1. You should already have created and registered a **Key Access Server** with the platform via the [Create Key Access Server Endpoint](https://github.com/opentdf/platform/blob/6203fbaebcdd57b5b3437679465149f8ff395484/service/policy/kasregistry/key_access_server_registry.proto#L59).
0 commit comments