Skip to content

Commit e94a5ab

Browse files
micheleRPpaulohtb6
andauthored
DOC-180 Replace external links from whats new to concepts (#1348)
Co-authored-by: Paulo Borges <paulohtb6@gmail.com>
1 parent 9fbb3e9 commit e94a5ab

4 files changed

Lines changed: 8 additions & 10 deletions

File tree

modules/console/pages/config/security/tls-termination.adoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,11 @@ If you host Redpanda Console under a sub-path of your domain, such as `+https://
240240

241241
include::shared:partial$suggested-reading.adoc[]
242242

243-
* xref:reference:console/config.adoc[`server` configuration options].
243+
* xref:reference:console/config.adoc[`server` configuration options]
244244
* NGINX
245245
** http://nginx.org/en/docs/beginners_guide.html[NGINX Beginner's Guide^]
246246
** https://docs.nginx.com/nginx/admin-guide/security-controls/terminating-ssl-http/[NGINX SSL Termination^]
247-
* HAProxy
248-
** https://www.haproxy.com/documentation/[HAProxy Documentation^]
249-
** https://www.haproxy.com/blog/haproxy-ssl-termination[HAProxy SSL Termination^]
250-
* https://docs.aws.amazon.com/elasticloadbalancing/[AWS Elastic Load Balancing Documentation^]
251-
* https://cloud.google.com/load-balancing/docs[Cloud Load Balancing Documentation^]
252-
* https://www.openssl.org/docs/[OpenSSL Documentation^]
247+
* https://www.haproxy.com/documentation/[HAProxy documentation^]
248+
* https://docs.aws.amazon.com/elasticloadbalancing/[AWS Elastic Load Balancing documentation^]
249+
* https://cloud.google.com/load-balancing/docs[Cloud Load Balancing documentation^]
250+
* https://www.openssl.org/docs/[OpenSSL documentation^]

modules/deploy/pages/redpanda/kubernetes/eks-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ You need the https://docs.aws.amazon.com/cli/latest/userguide/getting-started-in
212212

213213
After you've installed the AWS CLI, make sure to https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html[configure it^] with credentials for your IAM user.
214214

215-
NOTE: If your account uses an identity provider in the IAM Identity Center (previously https://aws.amazon.com/about-aws/whats-new/2022/07/aws-single-sign-on-aws-sso-now-aws-iam-identity-center/[AWS SSO^]), https://docs.aws.amazon.com/cli/latest/userguide/sso-configure-profile-token.html[authenticate with the IAM Identity Center^] (`aws sso login`).
215+
NOTE: If your account uses an identity provider in the IAM Identity Center (previously AWS SSO, https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html[authenticate with the IAM Identity Center^] (`aws sso login`).
216216

217217
For troubleshooting, see the https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html#install-tshoot[AWS CLI documentation^].
218218

modules/manage/partials/audit-logging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include::shared:partial$enterprise-license.adoc[]
77

88
endif::[]
99

10-
Many scenarios for streaming data include the need for fine-grained auditing of user activity related to the system. This is especially true for regulated industries such as finance, healthcare, and the public sector. Complying with https://pcidssguide.com/whats-new-in-pci-dss-v4-0/[PCI DSS v4] standards, for example, requires verbose and detailed activity auditing, alerting, and analysis capabilities.
10+
Many scenarios for streaming data include the need for fine-grained auditing of user activity related to the system. This is especially true for regulated industries such as finance, healthcare, and the public sector. Complying with https://www.pcisecuritystandards.org/document_library/?document=pci_dss[PCI DSS v4] standards, for example, requires verbose and detailed activity auditing, alerting, and analysis capabilities.
1111

1212
Redpanda's auditing capabilities support recording both administrative and operational interactions with topics and with users. Redpanda complies with the Open Cybersecurity Schema Framework (OCSF), providing a predictable and extensible solution that works seamlessly with industry standard tools.
1313

modules/migrate/pages/kubernetes/strimzi.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ spec:
239239

240240
In Strimzi, a single KafkaTopic resource is used to manage a single topic in a single Kafka cluster. In the following example, the resource has a label `strimzi.io/cluster` with the name of the target Kafka cluster. The Strimzi Operator communicates with this cluster and ensures that the specified topic is created or updated according to the desired configuration.
241241

242-
In Redpanda, the Topic resource is also used to manage a single topic in a single Redpanda cluster. Like the https://strimzi.io/blog/2023/11/02/unidirectional-topic-operator/[Strimzi Topic Operator], the Redpanda Topic Controller is unidirectional. The controller reconciles topic changes in only one direction: from Kubernetes to Redpanda. For more details, see: xref:manage:kubernetes/k-manage-topics.adoc[].
242+
In Redpanda, the Topic resource is also used to manage a single topic in a single Redpanda cluster. Like the https://strimzi.io/docs/operators/latest/overview#overview-concepts-topic-operator-str[Strimzi Topic Operator], the Redpanda Topic Controller is unidirectional. The controller reconciles topic changes in only one direction: from Kubernetes to Redpanda. For more details, see xref:manage:kubernetes/k-manage-topics.adoc[].
243243

244244
NOTE: Previous versions of the Strimzi Topic Operator supported bidirectional topic management. Redpanda Operator does not support bidirectional topic management.
245245

0 commit comments

Comments
 (0)