Skip to content

Commit 1aada5a

Browse files
Feediver1kbatuigas
andauthored
Update api link in What's new for security report feature (#1487)
Co-authored-by: Kat Batuigas <[email protected]>
1 parent dc4cfcb commit 1aada5a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

modules/deploy/pages/redpanda/manual/production/production-readiness.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ See also: xref:manage:security/listener-configuration.adoc#multiple-listeners[Mu
320320

321321
[NOTE]
322322
====
323-
You can also use the link:api/doc/admin/operation/operation-get_security_report[`/v1/security/report`] Admin API endpoint to generate a security report for your cluster and verify TLS, authentication, and authorization settings:
323+
You can also use the link:/api/doc/admin/operation/operation-get_security_report[`/v1/security/report`] Admin API endpoint to generate a security report for your cluster and verify TLS, authentication, and authorization settings:
324324
325325
```bash
326326
curl 'http://localhost:9644/v1/security/report'
@@ -654,7 +654,7 @@ Check that your xref:manage:audit-logging.adoc#audit-log-flow[audit logs] are fo
654654

655655
=== Monitor security settings
656656

657-
Regularly review your cluster's security settings using the link:api/doc/admin/operation/operation-get_security_report[`/v1/security/report`] Admin API endpoint. Investigate and address any issues identified in the alerts section.
657+
Regularly review your cluster's security settings using the link:/api/doc/admin/operation/operation-get_security_report[`/v1/security/report`] Admin API endpoint. Investigate and address any issues identified in the alerts section.
658658

659659
include::manage:partial$security-report.adoc[]
660660

modules/develop/partials/http-proxy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ endif::[]
11481148
ifndef::env-cloud[]
11491149
== Generate a security report for HTTP Proxy
11501150

1151-
Use the link:api/doc/admin/operation/operation-get_security_report[`/v1/security/report`] Admin API endpoint to generate a comprehensive security report for your cluster. This endpoint provides detailed information about TLS configuration, authentication methods, authorization status, and security alerts across all Redpanda interfaces, including HTTP Proxy.
1151+
Use the link:/api/doc/admin/operation/operation-get_security_report[`/v1/security/report`] Admin API endpoint to generate a comprehensive security report for your cluster. This endpoint provides detailed information about TLS configuration, authentication methods, authorization status, and security alerts across all Redpanda interfaces, including HTTP Proxy.
11521152

11531153
include::manage:partial$security-report.adoc[]
11541154

modules/get-started/pages/release-notes/redpanda.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The shadow cluster operates in read-only mode while continuously receiving updat
2525

2626
You can view details about Kafka client connections using `rpk` or the Admin API ListKafkaConnections endpoint. This allows you to view detailed information about active client connections on a cluster, and identify and troubleshoot problematic clients. For more information, see the xref:manage:cluster-maintenance/manage-throughput.adoc#view-connected-client-details[connected client details] example in the Manage Throughput guide.
2727

28-
== New Admin API endpoints
28+
== New Admin API style
2929

3030
Redpanda v25.3 introduces a new API style for the Admin API, powered by https://connectrpc.com/docs/introduction[ConnectRPC]. New Redpanda features and operations in v25.3 are available as ConnectRPC services, allowing you to use autogenerated Protobuf clients in addition to using HTTP clients such as `curl`.
3131

@@ -45,7 +45,7 @@ See xref:manage:schema-reg/schema-reg-api.adoc#set-schema-registry-mode[Use the
4545

4646
== Security report
4747

48-
You can now generate a security report for your Redpanda cluster using the link:api/doc/admin/operation/operation-get_security_report[`/v1/security/report`] Admin API endpoint. The report provides detailed information about TLS configuration, authentication methods, authorization status, and security alerts across all Redpanda interfaces (Kafka, RPC, Admin, Schema Registry, HTTP Proxy).
48+
You can now generate a security report for your Redpanda cluster using the link:/api/doc/admin/operation/operation-get_security_report[`/v1/security/report`] Admin API endpoint. The report provides detailed information about TLS configuration, authentication methods, authorization status, and security alerts across all Redpanda interfaces (Kafka, RPC, Admin, Schema Registry, HTTP Proxy).
4949

5050
== Topic identifiers
5151

@@ -130,4 +130,4 @@ The following configuration properties have been deprecated in v25.3 and will be
130130

131131
== Deprecated features
132132

133-
Redpanda has deprecated support for specific TLSv1.2 and TLSv1.3 cipher suites and now uses more secure defaults. See xref:upgrade:deprecated/index.adoc[Deprecated Features] for the complete list.
133+
Redpanda has deprecated support for specific TLSv1.2 and TLSv1.3 cipher suites and now uses more secure defaults. See xref:upgrade:deprecated/index.adoc[Deprecated Features] for the complete list.

modules/manage/pages/schema-reg/schema-reg-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ The `serialized` format returns the Protobuf schema in its wire binary format in
11791179
ifndef::env-cloud[]
11801180
== Generate a security report for Schema Registry
11811181

1182-
Use the link:api/doc/admin/operation/operation-get_security_report[`/v1/security/report`] Admin API endpoint to generate a comprehensive security report for your cluster. This endpoint provides detailed information about TLS configuration, authentication methods, authorization status, and security alerts across all Redpanda interfaces, including Schema Registry.
1182+
Use the link:/api/doc/admin/operation/operation-get_security_report[`/v1/security/report`] Admin API endpoint to generate a comprehensive security report for your cluster. This endpoint provides detailed information about TLS configuration, authentication methods, authorization status, and security alerts across all Redpanda interfaces, including Schema Registry.
11831183

11841184
include::manage:partial$security-report.adoc[]
11851185

modules/manage/partials/authentication.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@ endif::[]
19031903

19041904
== Generate security report
19051905

1906-
Use the link:api/doc/admin/operation/operation-get_security_report[`/v1/security/report`] endpoint to generate a comprehensive security report for your cluster. This endpoint provides detailed information about current TLS configuration, authentication methods, authorization status, and security alerts across all Redpanda interfaces (Kafka, RPC, Admin, Schema Registry, HTTP Proxy).
1906+
Use the link:/api/doc/admin/operation/operation-get_security_report[`/v1/security/report`] endpoint to generate a comprehensive security report for your cluster. This endpoint provides detailed information about current TLS configuration, authentication methods, authorization status, and security alerts across all Redpanda interfaces (Kafka, RPC, Admin, Schema Registry, HTTP Proxy).
19071907

19081908
To generate a security report for your Redpanda cluster, run:
19091909

0 commit comments

Comments
 (0)