Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c540611
DOC-1293 Add guidance on converting Console role bindings to Redpanda…
JakeSCahill May 7, 2025
6789aa8
Improve authN and authZ topics for Console
JakeSCahill May 7, 2025
ec0103b
Fix typos
JakeSCahill May 7, 2025
666006d
Update nav.adoc
JakeSCahill May 7, 2025
a7a957b
Improve HTTP APIs authentication documentation
JakeSCahill May 12, 2025
eabb5f7
clarify limitations with Google OIDC and impersonation
JakeSCahill May 12, 2025
85011e8
Clarify OIDC limitations and token requirements for Kafka API
JakeSCahill May 12, 2025
2a844ad
Increase screenshot variation
JakeSCahill May 12, 2025
b42dfcc
Explain users vs principals and update admin API table
JakeSCahill May 14, 2025
a0b6672
Use consistent method of passing arrays to CLI commands
JakeSCahill May 15, 2025
03f8bc0
Update authentication.adoc
JakeSCahill May 15, 2025
6519808
Update console-v3.adoc
JakeSCahill May 15, 2025
45e1407
Apply suggestions from code review
JakeSCahill May 15, 2025
21b306d
Apply suggestions from review
JakeSCahill May 16, 2025
7bc537b
Update authentication.adoc
JakeSCahill May 16, 2025
8e3961e
Update authorization.adoc
JakeSCahill May 16, 2025
726cd72
Add mention of enviornment variables for secure data
JakeSCahill May 19, 2025
7028084
Merge branch 'main' into DOC-1293
JakeSCahill May 19, 2025
051060b
Apply suggestions from code review
JakeSCahill May 22, 2025
32d8cac
Apply suggestions
JakeSCahill May 22, 2025
195afdc
Allow 10% variation
JakeSCahill May 22, 2025
102dce2
Apply suggestions from code review
JakeSCahill May 23, 2025
0a44fda
Apply suggestions from code review
JakeSCahill May 23, 2025
70999e1
Merge branch 'main' into DOC-1293
JakeSCahill May 23, 2025
85e2825
Update authentication.adoc
JakeSCahill May 23, 2025
5cdb567
Update authorization.adoc
JakeSCahill May 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
uses: doc-detective/github-action@v1
with:
input: ../../modules
version: 2.19.1
working_directory: redpanda-docs/tests/setup-tests
exit_on_fail: true
# create a PR/issue only if the workflow wasn't already triggered by a PR
Expand All @@ -70,6 +71,7 @@ jobs:
if: ${{ needs.setup.outputs.quickstart == 'true' || needs.setup.outputs.console == 'true' }}
uses: doc-detective/github-action@v1
with:
version: 2.19.1
input: ../../modules/get-started/pages/quick-start.adoc
working_directory: redpanda-docs/tests/setup-tests
exit_on_fail: true
Expand Down
54 changes: 26 additions & 28 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,16 @@
** xref:develop:benchmark.adoc[]
** xref:develop:http-proxy.adoc[]
** xref:develop:config-topics.adoc[]
** xref:console:ui/edit-topic-configuration.adoc[Edit Topic Configuration]
** xref:develop:produce-data/index.adoc[Produce Data]
*** xref:develop:produce-data/configure-producers.adoc[]
*** xref:develop:produce-data/idempotent-producers.adoc[Idempotent Producers]
*** xref:develop:produce-data/leader-pinning.adoc[]
** xref:develop:consume-data/index.adoc[Consume Data]
*** xref:develop:consume-data/consumer-offsets.adoc[Consumer Offsets]
*** xref:develop:consume-data/follower-fetching.adoc[Follower Fetching]
*** xref:console:ui/programmable-push-filters.adoc[Filter Messages]
*** xref:console:ui/record-deserialization.adoc[Deserialize Messages]
** xref:develop:data-transforms/index.adoc[]
*** xref:develop:data-transforms/how-transforms-work.adoc[Overview]
*** xref:develop:data-transforms/run-transforms-index.adoc[Get Started]
Expand Down Expand Up @@ -86,18 +89,6 @@
*** xref:deploy:deployment-option/self-hosted/manual/sizing.adoc[Sizing Guidelines]
*** xref:deploy:deployment-option/self-hosted/manual/linux-system-tuning.adoc[System Tuning]
** xref:deploy:deployment-option/self-hosted/docker-image.adoc[Connectors]
* xref:upgrade:index.adoc[Upgrade]
** xref:upgrade:rolling-upgrade.adoc[Upgrade Redpanda in Linux]
** xref:upgrade:k-rolling-upgrade.adoc[Upgrade Redpanda in Kubernetes]
** xref:upgrade:k-upgrade-operator.adoc[Upgrade the Redpanda Operator]
** xref:upgrade:k-compatibility.adoc[]
** xref:manage:kubernetes/k-upgrade-kubernetes.adoc[Migrate Node Pools]
** xref:upgrade:deprecated/index.adoc[Deprecated Features]
* xref:migrate:index.adoc[Migrate]
** xref:migrate:console-v3.adoc[Migrate to Redpanda Console v3.0.x]
** xref:migrate:data-migration.adoc[]
** xref:migrate:kubernetes/helm-to-operator.adoc[]
** xref:migrate:kubernetes/strimzi.adoc[]
* xref:manage:index.adoc[Manage]
** xref:manage:kubernetes/index.adoc[Kubernetes]
*** xref:manage:kubernetes/k-configure-helm-chart.adoc[Customize the Helm Chart]
Expand Down Expand Up @@ -193,27 +184,34 @@
*** xref:manage:schema-reg/schema-id-validation.adoc[]
*** xref:console:ui/schema-reg.adoc[Manage in Redpanda Console]
** xref:manage:console/index.adoc[Redpanda Console]
*** xref:console:config/index.adoc[Configuration]
**** xref:console:config/configure-console.adoc[Configure Console]
**** xref:console:config/enterprise-license.adoc[Add an Enterprise License]
**** xref:console:config/connect-to-redpanda.adoc[Connect to Redpanda]
**** xref:console:config/security/index.adoc[Security]
***** xref:console:config/security/authentication.adoc[Authentication]
***** xref:console:config/security/authorization.adoc[Authorization]
***** xref:console:config/security/tls-termination.adoc[TLS Termination]
**** xref:console:config/http-path-rewrites.adoc[HTTP Path Rewrites]
**** xref:console:config/deserialization.adoc[Deserialization]
**** xref:console:config/kafka-connect.adoc[Kafka Connect]
**** xref:console:config/topic-documentation.adoc[Topic Documentation]
*** xref:console:ui/programmable-push-filters.adoc[Filter Messages]
*** xref:console:ui/record-deserialization.adoc[Deserialize Messages]
*** xref:console:ui/edit-topic-configuration.adoc[Edit Topic Configuration]
*** link:https://github.com/redpanda-data/console/[GitHub^]
*** xref:console:config/configure-console.adoc[Configure Console]
*** xref:console:config/enterprise-license.adoc[Add an Enterprise License]
*** xref:console:config/connect-to-redpanda.adoc[Connect to Redpanda]
*** xref:console:config/security/index.adoc[Security]
**** xref:console:config/security/authentication.adoc[Authentication]
**** xref:console:config/security/authorization.adoc[Authorization]
**** xref:console:config/security/tls-termination.adoc[TLS Termination]
*** xref:console:config/http-path-rewrites.adoc[HTTP Path Rewrites]
*** xref:console:config/deserialization.adoc[Deserialization]
*** xref:console:config/kafka-connect.adoc[Kafka Connect]
*** xref:console:config/topic-documentation.adoc[Topic Documentation]
** xref:manage:recovery-mode.adoc[Recovery Mode]
** xref:manage:rack-awareness.adoc[Rack Awareness]
** xref:manage:monitoring.adoc[]
** xref:manage:io-optimization.adoc[]
** xref:manage:raft-group-reconfiguration.adoc[Raft Group Reconfiguration]
* xref:upgrade:index.adoc[Upgrade]
** xref:upgrade:rolling-upgrade.adoc[Upgrade Redpanda in Linux]
** xref:upgrade:k-rolling-upgrade.adoc[Upgrade Redpanda in Kubernetes]
** xref:upgrade:k-upgrade-operator.adoc[Upgrade the Redpanda Operator]
** xref:upgrade:k-compatibility.adoc[]
** xref:manage:kubernetes/k-upgrade-kubernetes.adoc[Migrate Node Pools]
** xref:upgrade:deprecated/index.adoc[Deprecated Features]
* xref:migrate:index.adoc[Migrate]
** xref:migrate:console-v3.adoc[Migrate to Redpanda Console v3.0.x]
** xref:migrate:data-migration.adoc[]
** xref:migrate:kubernetes/helm-to-operator.adoc[]
** xref:migrate:kubernetes/strimzi.adoc[]
* xref:troubleshoot:index.adoc[Troubleshoot]
** xref:troubleshoot:cluster-diagnostics/index.adoc[Cluster Diagnostics]
*** xref:troubleshoot:cluster-diagnostics/diagnose-issues.adoc[Linux]
Expand Down
4 changes: 0 additions & 4 deletions modules/console/pages/config/index.adoc

This file was deleted.

Loading
Loading