Skip to content

Commit 475e25a

Browse files
authored
ZTIA-506: clarifies infra policy documentation around 'allow email alias' configuration option (#20011)
Co-authored-by: Michael Borkenstein <[email protected]>
1 parent 3b9979c commit 475e25a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/partials/cloudflare-one/access/add-infrastructure-app.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { Tabs, TabItem, Render } from "~/components"
2424
2. Create a rule that matches the users who are allowed to reach the targets. For more information, refer to [Access policies](/cloudflare-one/policies/access/) and review the list of [infrastructure policy selectors](/cloudflare-one/applications/non-http/infrastructure-apps/#infrastructure-policy-selectors).
2525
3. In **Connection context**, configure the following settings:
2626
- **SSH user**: Enter the UNIX usernames that users can log in as (for example, `root` or `ec2-user`).
27-
- **Allow users to log in as their email alias**: (Optional) When selected, users who match your policy definition will be able to access the target using their email address prefix. For example, `jdoe@company.com` could log in as `jdoe`.
27+
- **Allow users to log in as their email alias**: (Optional) When selected, users who match your policy definition will be able to access the target using their lowercased email address prefix. For example, `Jdoe@company.com` could log in as `jdoe`.
2828

2929
:::note
3030
Cloudflare will not create new users on the target. UNIX users must already be present on the server.
@@ -135,4 +135,4 @@ The targets in this application are now secured by your infrastructure policies.
135135

136136
:::note
137137
Gateway [network policies](/cloudflare-one/policies/gateway/network-policies/) take precedence over infrastructure policies. For example, if you block port `22` for all users in Gateway, then no one can SSH over port `22` to your targets.
138-
:::
138+
:::

0 commit comments

Comments
 (0)