Skip to content

Commit d556ae6

Browse files
committed
token
1 parent 0a1a649 commit d556ae6

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

infra/enterprise.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
import { domain } from "./stage"
22

33
const storage = new sst.cloudflare.Bucket("EnterpriseStorage")
4-
const token = new cloudflare.ApiToken("EnterpriseStorageToken", {
5-
name: `${$app.name}-${$app.stage}-enterprise-storage`,
6-
policies: [
7-
{
8-
effect: "allow",
9-
resources: {
10-
"com.cloudflare.api.account.*": "*",
11-
},
12-
permissionGroups: [
13-
{
14-
id: "c8d07a38f1654800b34e33e59b4e8f41",
15-
},
16-
],
17-
},
18-
],
19-
})
204

215
const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
226
domain: "enterprise." + domain,

0 commit comments

Comments
 (0)