summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-11-23 14:32:41 -0500
committeropencode <[email protected]>2025-11-23 19:35:39 +0000
commit5e112a17a585929b2163bd1b2a0025687f50d3ab (patch)
tree372a27bb67820cb61e1ec302dcd10e5ea8c20a52 /infra
parent59a3e7e3cc3103602618f4fd7b9f6bddc3e14c60 (diff)
downloadopencode-5e112a17a585929b2163bd1b2a0025687f50d3ab.tar.gz
opencode-5e112a17a585929b2163bd1b2a0025687f50d3ab.zip
token
Diffstat (limited to 'infra')
-rw-r--r--infra/enterprise.ts16
1 files changed, 0 insertions, 16 deletions
diff --git a/infra/enterprise.ts b/infra/enterprise.ts
index 677c8e412..71acf20b3 100644
--- a/infra/enterprise.ts
+++ b/infra/enterprise.ts
@@ -1,22 +1,6 @@
import { domain } from "./stage"
const storage = new sst.cloudflare.Bucket("EnterpriseStorage")
-const token = new cloudflare.ApiToken("EnterpriseStorageToken", {
- name: `${$app.name}-${$app.stage}-enterprise-storage`,
- policies: [
- {
- effect: "allow",
- resources: {
- "com.cloudflare.api.account.*": "*",
- },
- permissionGroups: [
- {
- id: "c8d07a38f1654800b34e33e59b4e8f41",
- },
- ],
- },
- ],
-})
const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
domain: "enterprise." + domain,