Skip to content

Commit bc8dedd

Browse files
committed
Adding button for Workers KV
1 parent 9530eb2 commit bc8dedd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/docs/cloudflare-one/policies/access/external-evaluation.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 4
66
---
77

8-
import { GlossaryTooltip, Example, WranglerConfig } from "~/components";
8+
import { GlossaryTooltip, Example, WranglerConfig, DashButton } from "~/components";
99

1010
With Cloudflare Access, you can create Allow or Block policies which evaluate the user based on custom criteria. This is done by adding an **External Evaluation** rule to your policy. The **External Evaluation** selector requires two values:
1111

@@ -102,7 +102,8 @@ To generate an RSA private/public key pair:
102102
1. Open a browser and go to `https://my-worker.<YOUR_SUBDOMAIN>.workers.dev/keys`.
103103

104104
2. (Optional) Verify that the key has been stored in the `KV` namespace:
105-
1. Open the [Cloudflare dashboard](https://dash.cloudflare.com/) and go to **Workers & Pages** > **Workers KV**.
105+
1. In the Cloudflare dashboard, go to the **Workers KV** page.
106+
<DashButton url="/?to=/:account/workers/kv/namespaces" />
106107
2. Select **View** next to `my-worker-KV`.
107108

108109
Other key formats (such as DSA) are not supported at this time.

0 commit comments

Comments
 (0)