Skip to content

Commit 1b60012

Browse files
authored
Apply suggestions from code review
1 parent 2a52a54 commit 1b60012

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/content/docs/cloudflare-one/applications/casb/casb-integrations/aws-s3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Identify AWS IAM-related security issues that could affect S3 Bucket and Object
116116
| Finding type | FindingTypeID | Severity |
117117
| --------------------------------------------------------------- | -------------------------------------- | -------- |
118118
| IAM Account Password Policy Does Not Exist | `e39ee4da-eed5-49d0-95f7-b423884b858c` | Critical |
119-
| IAM Account Password Policy Does Not Require Lowercase Letters | `9278444b-0c38-4ed0-8127-f3f25444811c` | High |
119+
| IAM Account Password Policy Doesn't Require Lowercase Letters | `9278444b-0c38-4ed0-8127-f3f25444811c` | High |
120120
| IAM Account Password Policy Doesn't Require Passwords to Expire | `5be79a96-4570-45cf-8ba3-1abe62802d16` | High |
121121
| IAM Account Password Policy Doesn't Require Symbols | `dd17afa3-4d4c-49e4-84c3-e829af9fff97` | High |
122122
| IAM Account Password Policy Doesn't Require Uppercase Letters | `e4976e53-bab5-4276-a1d3-1d85ebfd4d57` | High |

src/content/docs/cloudflare-one/applications/casb/casb-integrations/bitbucket-cloud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Render } from "~/components";
88

99
<Render
1010
file="casb/integration-description"
11-
params={{ integrationName: "Bitbucket", integrationAccountType: "Bitbucket Cloud account" }}
11+
params={{ integrationName: "Bitbucket Cloud", integrationAccountType: "Bitbucket Cloud Cloud account" }}
1212
/>
1313

1414
:::note

src/content/docs/cloudflare-one/applications/configure-apps/saas-apps/sparkpost-saas.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This guide covers how to configure [SparkPost or SparkPost EU](https://support.s
4444

4545
1. In SparkPost, select your profile picture > **Account Settings**.
4646
2. Under **Single Sign-On**, select **Provision SSO**.
47-
3. Under **Upload your Security Assertion Markup Language (SAML)**, select **a file** and upload the `.xml` file you created in step [2. Download the metadata file](#2-download-the-metadata-file).
47+
3. Under **Upload your Security Assertion Markup Language (SAML)**, select **select a file** and upload the `.xml` file you created in step [2. Download the metadata file](#2-download-the-metadata-file).
4848
4. Select **Provision SSO**.
4949
5. Select **Enable SSO**.
5050

src/content/docs/cloudflare-one/connections/connect-networks/deployment-guides/kubernetes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 6
66
---
77

8-
A Kubernetes cluster has two components, the primary, and the workers. The primary is the control plane that the user interacts with to manage the containers.
8+
[Kubernetes](https://kubernetes.io/) is a container orchestration and management tool. Kubernetes is declarative, so you define the end state in a .yml file. A Kubernetes cluster has two components, the master, and the workers. The master is the control plane that the user interacts with to manage the containers. Worker nodes are where the containers are deployed and run. A Kubernetes cluster is connected internally through a private network. Cloudflare Tunnel can be used to expose services running inside the Kubernetes cluster to the public.
99

1010
## Creating the Kubernetes Cluster
1111

0 commit comments

Comments
 (0)