Daniel Hochman

Results 36 issues of Daniel Hochman
trafficstars

**Is your feature request related to a problem? Please describe.** I'd like to direct users to view new photos automatically when they are added. **Describe the solution you'd like** Email...

help wanted
discussion
feature
API
UI
scanner

**Description** Have the middleware pass user information through context so it can be appended by zap to the logs. Complexity [S/M/L]: M

type: enhancement

**Description** The component registry is currently just a map. 1. The registry should never be modified after startup, the Gateway should lock it after instantiation of the configured components. 1....

type: enhancement
area: backend
status: needs-design

**Description** Allow `READ` actions to be accessed through a Slackbot interface. Initially this could be a generic JSON dump of the endpoint data. Later we can have rich transforms that...

type: enhancement
area: backend

**Description** As part of the oauth2 flow, we should store the original URI that the user was accessing. The `GetStateNonce` function on the `Provider` interface will add a state param...

type: enhancement
area: backend

**Description** Currently assets are returned from the handler without any `content-length` header. If the connection is closed prematurely for any reason, the browser won't know that it was premature, and...

type: bug
area: backend

**Description** We have a topology API definition from the original private implementation of Clutch. https://github.com/lyft/clutch/blob/master/api/topology/v1/topology_api.proto It is not implemented in the public repo. This API will be used in the...

type: enhancement
area: backend
status: in-progress

**Description** Add an audit log viewer to the frontend, on top of the audit API defined in https://github.com/lyft/clutch/blob/master/api/audit/v1/audit.proto. Complexity [S/M/L]: M **Wireframes, Mockups, or Screenshots (if applicable)** TODO

type: enhancement
good first issue
area: frontend

**Description** The front-end resolver component resolves the returned objects from the resolve/search call to the protobuf.js object. However, this currently only resolves objects from the core package `@clutch-sh/api`. If we...

type: enhancement
area: frontend

**Description** Ability to send Slack notifications to service's channel (from some provided mapping) rather than a single channel. Complexity [S/M/L]: M

type: enhancement
area: backend