Skip to content

Commit 9e5d5b8

Browse files
Improve authN and authZ topics (#1115)
Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
1 parent dde5048 commit 9e5d5b8

File tree

11 files changed

+614
-316
lines changed

11 files changed

+614
-316
lines changed

.github/workflows/test-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
uses: doc-detective/github-action@v1
6060
with:
6161
input: ../../modules
62+
version: 2.19.1
6263
working_directory: redpanda-docs/tests/setup-tests
6364
exit_on_fail: true
6465
# create a PR/issue only if the workflow wasn't already triggered by a PR
@@ -70,6 +71,7 @@ jobs:
7071
if: ${{ needs.setup.outputs.quickstart == 'true' || needs.setup.outputs.console == 'true' }}
7172
uses: doc-detective/github-action@v1
7273
with:
74+
version: 2.19.1
7375
input: ../../modules/get-started/pages/quick-start.adoc
7476
working_directory: redpanda-docs/tests/setup-tests
7577
exit_on_fail: true

modules/ROOT/nav.adoc

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,16 @@
3737
** xref:develop:benchmark.adoc[]
3838
** xref:develop:http-proxy.adoc[]
3939
** xref:develop:config-topics.adoc[]
40+
** xref:console:ui/edit-topic-configuration.adoc[Edit Topic Configuration]
4041
** xref:develop:produce-data/index.adoc[Produce Data]
4142
*** xref:develop:produce-data/configure-producers.adoc[]
4243
*** xref:develop:produce-data/idempotent-producers.adoc[Idempotent Producers]
4344
*** xref:develop:produce-data/leader-pinning.adoc[]
4445
** xref:develop:consume-data/index.adoc[Consume Data]
4546
*** xref:develop:consume-data/consumer-offsets.adoc[Consumer Offsets]
4647
*** xref:develop:consume-data/follower-fetching.adoc[Follower Fetching]
48+
*** xref:console:ui/programmable-push-filters.adoc[Filter Messages]
49+
*** xref:console:ui/record-deserialization.adoc[Deserialize Messages]
4750
** xref:develop:data-transforms/index.adoc[]
4851
*** xref:develop:data-transforms/how-transforms-work.adoc[Overview]
4952
*** xref:develop:data-transforms/run-transforms-index.adoc[Get Started]
@@ -86,18 +89,6 @@
8689
*** xref:deploy:deployment-option/self-hosted/manual/sizing.adoc[Sizing Guidelines]
8790
*** xref:deploy:deployment-option/self-hosted/manual/linux-system-tuning.adoc[System Tuning]
8891
** xref:deploy:deployment-option/self-hosted/docker-image.adoc[Connectors]
89-
* xref:upgrade:index.adoc[Upgrade]
90-
** xref:upgrade:rolling-upgrade.adoc[Upgrade Redpanda in Linux]
91-
** xref:upgrade:k-rolling-upgrade.adoc[Upgrade Redpanda in Kubernetes]
92-
** xref:upgrade:k-upgrade-operator.adoc[Upgrade the Redpanda Operator]
93-
** xref:upgrade:k-compatibility.adoc[]
94-
** xref:manage:kubernetes/k-upgrade-kubernetes.adoc[Migrate Node Pools]
95-
** xref:upgrade:deprecated/index.adoc[Deprecated Features]
96-
* xref:migrate:index.adoc[Migrate]
97-
** xref:migrate:console-v3.adoc[Migrate to Redpanda Console v3.0.x]
98-
** xref:migrate:data-migration.adoc[]
99-
** xref:migrate:kubernetes/helm-to-operator.adoc[]
100-
** xref:migrate:kubernetes/strimzi.adoc[]
10192
* xref:manage:index.adoc[Manage]
10293
** xref:manage:kubernetes/index.adoc[Kubernetes]
10394
*** xref:manage:kubernetes/k-configure-helm-chart.adoc[Customize the Helm Chart]
@@ -193,27 +184,34 @@
193184
*** xref:manage:schema-reg/schema-id-validation.adoc[]
194185
*** xref:console:ui/schema-reg.adoc[Manage in Redpanda Console]
195186
** xref:manage:console/index.adoc[Redpanda Console]
196-
*** xref:console:config/index.adoc[Configuration]
197-
**** xref:console:config/configure-console.adoc[Configure Console]
198-
**** xref:console:config/enterprise-license.adoc[Add an Enterprise License]
199-
**** xref:console:config/connect-to-redpanda.adoc[Connect to Redpanda]
200-
**** xref:console:config/security/index.adoc[Security]
201-
***** xref:console:config/security/authentication.adoc[Authentication]
202-
***** xref:console:config/security/authorization.adoc[Authorization]
203-
***** xref:console:config/security/tls-termination.adoc[TLS Termination]
204-
**** xref:console:config/http-path-rewrites.adoc[HTTP Path Rewrites]
205-
**** xref:console:config/deserialization.adoc[Deserialization]
206-
**** xref:console:config/kafka-connect.adoc[Kafka Connect]
207-
**** xref:console:config/topic-documentation.adoc[Topic Documentation]
208-
*** xref:console:ui/programmable-push-filters.adoc[Filter Messages]
209-
*** xref:console:ui/record-deserialization.adoc[Deserialize Messages]
210-
*** xref:console:ui/edit-topic-configuration.adoc[Edit Topic Configuration]
211-
*** link:https://github.com/redpanda-data/console/[GitHub^]
187+
*** xref:console:config/configure-console.adoc[Configure Console]
188+
*** xref:console:config/enterprise-license.adoc[Add an Enterprise License]
189+
*** xref:console:config/connect-to-redpanda.adoc[Connect to Redpanda]
190+
*** xref:console:config/security/index.adoc[Security]
191+
**** xref:console:config/security/authentication.adoc[Authentication]
192+
**** xref:console:config/security/authorization.adoc[Authorization]
193+
**** xref:console:config/security/tls-termination.adoc[TLS Termination]
194+
*** xref:console:config/http-path-rewrites.adoc[HTTP Path Rewrites]
195+
*** xref:console:config/deserialization.adoc[Deserialization]
196+
*** xref:console:config/kafka-connect.adoc[Kafka Connect]
197+
*** xref:console:config/topic-documentation.adoc[Topic Documentation]
212198
** xref:manage:recovery-mode.adoc[Recovery Mode]
213199
** xref:manage:rack-awareness.adoc[Rack Awareness]
214200
** xref:manage:monitoring.adoc[]
215201
** xref:manage:io-optimization.adoc[]
216202
** xref:manage:raft-group-reconfiguration.adoc[Raft Group Reconfiguration]
203+
* xref:upgrade:index.adoc[Upgrade]
204+
** xref:upgrade:rolling-upgrade.adoc[Upgrade Redpanda in Linux]
205+
** xref:upgrade:k-rolling-upgrade.adoc[Upgrade Redpanda in Kubernetes]
206+
** xref:upgrade:k-upgrade-operator.adoc[Upgrade the Redpanda Operator]
207+
** xref:upgrade:k-compatibility.adoc[]
208+
** xref:manage:kubernetes/k-upgrade-kubernetes.adoc[Migrate Node Pools]
209+
** xref:upgrade:deprecated/index.adoc[Deprecated Features]
210+
* xref:migrate:index.adoc[Migrate]
211+
** xref:migrate:console-v3.adoc[Migrate to Redpanda Console v3.0.x]
212+
** xref:migrate:data-migration.adoc[]
213+
** xref:migrate:kubernetes/helm-to-operator.adoc[]
214+
** xref:migrate:kubernetes/strimzi.adoc[]
217215
* xref:troubleshoot:index.adoc[Troubleshoot]
218216
** xref:troubleshoot:cluster-diagnostics/index.adoc[Cluster Diagnostics]
219217
*** xref:troubleshoot:cluster-diagnostics/diagnose-issues.adoc[Linux]

modules/console/pages/config/index.adoc

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)