Skip to content

Commit cf261de

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

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]
@@ -85,18 +88,6 @@
8588
*** xref:deploy:deployment-option/self-hosted/manual/sizing.adoc[Sizing Guidelines]
8689
*** xref:deploy:deployment-option/self-hosted/manual/linux-system-tuning.adoc[System Tuning]
8790
** xref:deploy:deployment-option/self-hosted/docker-image.adoc[Connectors]
88-
* xref:upgrade:index.adoc[Upgrade]
89-
** xref:upgrade:rolling-upgrade.adoc[Upgrade Redpanda in Linux]
90-
** xref:upgrade:k-rolling-upgrade.adoc[Upgrade Redpanda in Kubernetes]
91-
** xref:upgrade:k-upgrade-operator.adoc[Upgrade the Redpanda Operator]
92-
** xref:upgrade:k-compatibility.adoc[]
93-
** xref:manage:kubernetes/k-upgrade-kubernetes.adoc[Migrate Node Pools]
94-
** xref:upgrade:deprecated/index.adoc[Deprecated Features]
95-
* xref:migrate:index.adoc[Migrate]
96-
** xref:migrate:console-v3.adoc[Migrate to Redpanda Console v3.0.x]
97-
** xref:migrate:data-migration.adoc[]
98-
** xref:migrate:kubernetes/helm-to-operator.adoc[]
99-
** xref:migrate:kubernetes/strimzi.adoc[]
10091
* xref:manage:index.adoc[Manage]
10192
** xref:manage:kubernetes/index.adoc[Kubernetes]
10293
*** xref:manage:kubernetes/k-configure-helm-chart.adoc[Customize the Helm Chart]
@@ -192,27 +183,34 @@
192183
*** xref:manage:schema-reg/schema-id-validation.adoc[]
193184
*** xref:console:ui/schema-reg.adoc[Manage in Redpanda Console]
194185
** xref:manage:console/index.adoc[Redpanda Console]
195-
*** xref:console:config/index.adoc[Configuration]
196-
**** xref:console:config/configure-console.adoc[Configure Console]
197-
**** xref:console:config/enterprise-license.adoc[Add an Enterprise License]
198-
**** xref:console:config/connect-to-redpanda.adoc[Connect to Redpanda]
199-
**** xref:console:config/security/index.adoc[Security]
200-
***** xref:console:config/security/authentication.adoc[Authentication]
201-
***** xref:console:config/security/authorization.adoc[Authorization]
202-
***** xref:console:config/security/tls-termination.adoc[TLS Termination]
203-
**** xref:console:config/http-path-rewrites.adoc[HTTP Path Rewrites]
204-
**** xref:console:config/deserialization.adoc[Deserialization]
205-
**** xref:console:config/kafka-connect.adoc[Kafka Connect]
206-
**** xref:console:config/topic-documentation.adoc[Topic Documentation]
207-
*** xref:console:ui/programmable-push-filters.adoc[Filter Messages]
208-
*** xref:console:ui/record-deserialization.adoc[Deserialize Messages]
209-
*** xref:console:ui/edit-topic-configuration.adoc[Edit Topic Configuration]
210-
*** link:https://github.com/redpanda-data/console/[GitHub^]
186+
*** xref:console:config/configure-console.adoc[Configure Console]
187+
*** xref:console:config/enterprise-license.adoc[Add an Enterprise License]
188+
*** xref:console:config/connect-to-redpanda.adoc[Connect to Redpanda]
189+
*** xref:console:config/security/index.adoc[Security]
190+
**** xref:console:config/security/authentication.adoc[Authentication]
191+
**** xref:console:config/security/authorization.adoc[Authorization]
192+
**** xref:console:config/security/tls-termination.adoc[TLS Termination]
193+
*** xref:console:config/http-path-rewrites.adoc[HTTP Path Rewrites]
194+
*** xref:console:config/deserialization.adoc[Deserialization]
195+
*** xref:console:config/kafka-connect.adoc[Kafka Connect]
196+
*** xref:console:config/topic-documentation.adoc[Topic Documentation]
211197
** xref:manage:recovery-mode.adoc[Recovery Mode]
212198
** xref:manage:rack-awareness.adoc[Rack Awareness]
213199
** xref:manage:monitoring.adoc[]
214200
** xref:manage:io-optimization.adoc[]
215201
** xref:manage:raft-group-reconfiguration.adoc[Raft Group Reconfiguration]
202+
* xref:upgrade:index.adoc[Upgrade]
203+
** xref:upgrade:rolling-upgrade.adoc[Upgrade Redpanda in Linux]
204+
** xref:upgrade:k-rolling-upgrade.adoc[Upgrade Redpanda in Kubernetes]
205+
** xref:upgrade:k-upgrade-operator.adoc[Upgrade the Redpanda Operator]
206+
** xref:upgrade:k-compatibility.adoc[]
207+
** xref:manage:kubernetes/k-upgrade-kubernetes.adoc[Migrate Node Pools]
208+
** xref:upgrade:deprecated/index.adoc[Deprecated Features]
209+
* xref:migrate:index.adoc[Migrate]
210+
** xref:migrate:console-v3.adoc[Migrate to Redpanda Console v3.0.x]
211+
** xref:migrate:data-migration.adoc[]
212+
** xref:migrate:kubernetes/helm-to-operator.adoc[]
213+
** xref:migrate:kubernetes/strimzi.adoc[]
216214
* xref:troubleshoot:index.adoc[Troubleshoot]
217215
** xref:troubleshoot:cluster-diagnostics/index.adoc[Cluster Diagnostics]
218216
*** 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)