From 7b8835c20bd823075a5f964418a6803f034272b3 Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Tue, 17 Mar 2026 10:57:19 -0700 Subject: [PATCH 1/2] luna name change --- antora.yml | 1 + modules/ROOT/pages/astream-org-permissions.adoc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/antora.yml b/antora.yml index 1766fc3..7eff3d8 100644 --- a/antora.yml +++ b/antora.yml @@ -48,6 +48,7 @@ asciidoc: starlight-rabbitmq: 'Starlight for RabbitMQ' gpt-schema-translator: 'GPT schema translator' astra-streaming-examples-repo: 'https://github.com/datastax/astra-streaming-examples' + luna-streaming: 'IBM Elite Support for Apache Pulsar' # Required for include::common partials; some shared with Luna Streaming web-ui: '{astra-ui}' diff --git a/modules/ROOT/pages/astream-org-permissions.adoc b/modules/ROOT/pages/astream-org-permissions.adoc index d8fb5e0..c3dab87 100644 --- a/modules/ROOT/pages/astream-org-permissions.adoc +++ b/modules/ROOT/pages/astream-org-permissions.adoc @@ -41,8 +41,8 @@ To control access to specific streaming tenants, you can set granular xref:astra {pulsar-short} has the concept of https://pulsar.apache.org/docs/security-authorization/[clients with role tokens]. In {pulsar-short}, authentication is the process of verifying a provided token (JWT), and authorization is the process of determining if the role claimed in that token is allowed to complete the requested action. -{product} uses the {company} version of {pulsar} (xref:luna-streaming::index.adoc[Luna Streaming]). -The https://github.com/datastax/pulsar[Luna project] is an open fork of the {pulsar-short} project that maintains feature parity with OSS {pulsar-short}. {product}, as a managed service, abstracts some features/options of {pulsar-short} to ensure continuous, reliable service. +{product} uses the xref:luna-streaming::index.adoc[{company} distribution of {pulsar}]. +This project is an https://github.com/datastax/pulsar[open fork of the {pulsar-reg} project] that maintains feature parity with OSS {pulsar-short}. {product}, as a managed service, abstracts some features/options of {pulsar-short} to ensure continuous, reliable service. On a shared cluster, your {astra} organization has one or more tenants on a shared {pulsar-short} cluster. Each of your tenants is secured by {pulsar-short} authentication and authorization models, as well as your {astra} organization's authentication and authorization ({astra} RBAC). From 10e33745298fc81f3fc86d78ebf329d5067ad857 Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Tue, 17 Mar 2026 10:58:23 -0700 Subject: [PATCH 2/2] remove unneeded attrib --- antora.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/antora.yml b/antora.yml index 7eff3d8..1766fc3 100644 --- a/antora.yml +++ b/antora.yml @@ -48,7 +48,6 @@ asciidoc: starlight-rabbitmq: 'Starlight for RabbitMQ' gpt-schema-translator: 'GPT schema translator' astra-streaming-examples-repo: 'https://github.com/datastax/astra-streaming-examples' - luna-streaming: 'IBM Elite Support for Apache Pulsar' # Required for include::common partials; some shared with Luna Streaming web-ui: '{astra-ui}'