coder/coderd/httpmw
Steven Masley 5d711fc95a
chore: CORs option for yarn dev server (#7630)
* chore: Yarn dev servers require CORs headers for external proxies

Adds a flag to set CORs headers to `*` for yarn dev servers
2023-05-22 20:02:39 +02:00
..
patternmatcher feat: tracing improvements (#4988) 2022-11-29 07:22:10 +10:00
actor.go chore: add workspace proxies to the backend (#7032) 2023-04-17 19:57:21 +00:00
actor_test.go chore: add workspace proxies to the backend (#7032) 2023-04-17 19:57:21 +00:00
apikey.go chore: Minor rbac memory optimization (#7391) 2023-05-03 14:42:24 -05:00
apikey_test.go chore: add workspace proxies to the backend (#7032) 2023-04-17 19:57:21 +00:00
authorize_test.go feat: use JWT ticket to avoid DB queries on apps (#6148) 2023-03-07 19:38:11 +00:00
authz.go chore: add global caching to rbac (#7439) 2023-05-08 08:59:01 -05:00
authz_test.go feat: Add initial AuthzQuerier implementation (#5919) 2023-02-14 14:27:06 +00:00
cors.go chore: CORs option for yarn dev server (#7630) 2023-05-22 20:02:39 +02:00
csp.go chore: CORs option for yarn dev server (#7630) 2023-05-22 20:02:39 +02:00
csp_test.go chore: Dynamic CSP connect-src to support terminals connecting to workspace proxies (#7352) 2023-05-02 08:30:44 -05:00
csrf.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
groupparam.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
groupparam_test.go chore: Rename databasefake --> dbfake (#6011) 2023-02-02 19:28:55 -06:00
hsts.go feat: Add option to enable hsts header (#6147) 2023-02-10 10:52:49 -06:00
hsts_test.go chore: break down dbauthz.System into smaller roles (#6218) 2023-02-15 16:14:37 +00:00
httpmw.go fix: vite fatals on receiving HTTP4xx (#7306) 2023-04-27 19:04:24 +02:00
httpmw_internal_test.go fix: vite fatals on receiving HTTP4xx (#7306) 2023-04-27 19:04:24 +02:00
logger.go feat: tracing improvements (#4988) 2022-11-29 07:22:10 +10:00
oauth2.go feat: allow configuring OIDC email claim and OIDC auth url parameters (#6867) 2023-03-30 09:36:57 +01:00
oauth2_test.go feat: allow configuring OIDC email claim and OIDC auth url parameters (#6867) 2023-03-30 09:36:57 +01:00
organizationparam.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
organizationparam_test.go feat: use JWT ticket to avoid DB queries on apps (#6148) 2023-03-07 19:38:11 +00:00
prometheus.go chore!: Standardize prometheus time metrics to seconds (#5709) 2023-01-13 11:15:25 -06:00
prometheus_test.go feat: add rbac tracing (#4093) 2022-09-16 18:32:15 +00:00
ratelimit.go chore: Implement standard rbac.Subject to be reused everywhere (#5881) 2023-01-26 14:42:54 -06:00
ratelimit_test.go feat: use JWT ticket to avoid DB queries on apps (#6148) 2023-03-07 19:38:11 +00:00
realip.go feat: Support x-forwarded-for headers for IPs (#4684) 2022-10-23 13:21:49 -05:00
realip_test.go feat: Support x-forwarded-for headers for IPs (#4684) 2022-10-23 13:21:49 -05:00
recover.go chore: avoid logging http.ErrAbortHandler panics (#6686) 2023-03-21 03:51:21 +00:00
recover_test.go feat: add rbac tracing (#4093) 2022-09-16 18:32:15 +00:00
requestid.go feat: trace httpapi.{Read,Write} (#4134) 2022-09-21 17:07:00 -05:00
requestid_test.go feat: add unique ids to all HTTP requests (#3845) 2022-09-02 13:04:29 -05:00
templateparam.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
templateparam_test.go feat: use JWT ticket to avoid DB queries on apps (#6148) 2023-03-07 19:38:11 +00:00
templateversionparam.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
templateversionparam_test.go feat: use JWT ticket to avoid DB queries on apps (#6148) 2023-03-07 19:38:11 +00:00
userparam.go chore: add workspace proxies to the backend (#7032) 2023-04-17 19:57:21 +00:00
userparam_test.go feat: use JWT ticket to avoid DB queries on apps (#6148) 2023-03-07 19:38:11 +00:00
workspaceagent.go chore: Minor rbac memory optimization (#7391) 2023-05-03 14:42:24 -05:00
workspaceagent_test.go feat: Add initial AuthzQuerier implementation (#5919) 2023-02-14 14:27:06 +00:00
workspaceagentparam.go feat: trace httpapi.{Read,Write} (#4134) 2022-09-21 17:07:00 -05:00
workspaceagentparam_test.go feat: use JWT ticket to avoid DB queries on apps (#6148) 2023-03-07 19:38:11 +00:00
workspacebuildparam.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
workspacebuildparam_test.go feat: use JWT ticket to avoid DB queries on apps (#6148) 2023-03-07 19:38:11 +00:00
workspaceparam.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
workspaceparam_test.go feat: use JWT ticket to avoid DB queries on apps (#6148) 2023-03-07 19:38:11 +00:00
workspaceproxy.go chore: Add workspace proxy enterprise cli commands (#7176) 2023-04-20 09:48:47 -05:00
workspaceproxy_test.go chore: Add workspace proxy enterprise cli commands (#7176) 2023-04-20 09:48:47 -05:00
workspaceresourceparam.go feat: trace httpapi.{Read,Write} (#4134) 2022-09-21 17:07:00 -05:00
workspaceresourceparam_test.go chore: Rename databasefake --> dbfake (#6011) 2023-02-02 19:28:55 -06:00