Daniel Hochman
Daniel Hochman
**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...
**Description** Have the middleware pass user information through context so it can be appended by zap to the logs. Complexity [S/M/L]: M
**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....
**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...
**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...
**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...
**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...
**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
**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...
**Description** Ability to send Slack notifications to service's channel (from some provided mapping) rather than a single channel. Complexity [S/M/L]: M