pipelines/frontend/server
Yuan (Bob) Gong cb71eed5f9
[UI] authorize tensorboard actions (#3639)
* Authorization service proto

* implement auth service

* Add unit tests

* Generate auth api client

* Authorization checks for tensorboard apis

* UI Server authorization checks

* Clean up error parsing

* Revert changes

* Fix portable-fetch not found bug

* Fix unit test

* Include portable-fetch required by api client

* Fix portable-fetch module import error

* Fix portable-fetch again

* Add unit tests

* Address CR comments

* add unit test for header

* Update readme
2020-04-28 15:26:24 -07:00
..
handlers [UI] authorize tensorboard actions (#3639) 2020-04-28 15:26:24 -07:00
integration-tests [UI Server] Enable strict type checking and fix errors (#3593) 2020-04-23 09:25:11 -07:00
src/generated/apis/auth [UI] authorize tensorboard actions (#3639) 2020-04-28 15:26:24 -07:00
.gitignore [UI] Multi user permission separation for artifact api (#3522) 2020-04-22 22:31:45 -07:00
app.test.ts [UI] authorize tensorboard actions (#3639) 2020-04-28 15:26:24 -07:00
app.ts [UI] authorize tensorboard actions (#3639) 2020-04-28 15:26:24 -07:00
aws-helper.test.ts Fix source for mlpipeline-ui-metadata in WorkflowParser (#3379) 2020-04-28 09:42:06 -07:00
aws-helper.ts Fix source for mlpipeline-ui-metadata in WorkflowParser (#3379) 2020-04-28 09:42:06 -07:00
configs.test.ts [Frontend] unit tests for node server (#2745) 2020-01-05 20:43:40 -08:00
configs.ts [UI] authorize tensorboard actions (#3639) 2020-04-28 15:26:24 -07:00
k8s-helper.ts [UI] authorize tensorboard actions (#3639) 2020-04-28 15:26:24 -07:00
minio-helper.test.ts [UI Server] Enable strict type checking and fix errors (#3593) 2020-04-23 09:25:11 -07:00
minio-helper.ts [UI Server] Enable strict type checking and fix errors (#3593) 2020-04-23 09:25:11 -07:00
package-lock.json [UI] authorize tensorboard actions (#3639) 2020-04-28 15:26:24 -07:00
package.json [UI] authorize tensorboard actions (#3639) 2020-04-28 15:26:24 -07:00
proxy-middleware.ts [UI Server] Enable strict type checking and fix errors (#3593) 2020-04-23 09:25:11 -07:00
server.ts [UI] Better logging in UI server (#3197) 2020-03-02 20:49:37 -08:00
tsconfig.json [UI] authorize tensorboard actions (#3639) 2020-04-28 15:26:24 -07:00
tslint.json [Frontend] Migrate to create-react-app (#3156) 2020-02-24 17:05:35 -08:00
untyped-modules.d.ts [UI Server] Enable strict type checking and fix errors (#3593) 2020-04-23 09:25:11 -07:00
utils.test.ts kfp UI node server support preview and handles gzip, tarball, and raw artifacts in a consistent manner. (#2992) 2020-03-23 22:30:47 -07:00
utils.ts [UI] authorize tensorboard actions (#3639) 2020-04-28 15:26:24 -07:00
workflow-helper.test.ts kfp UI node server support preview and handles gzip, tarball, and raw artifacts in a consistent manner. (#2992) 2020-03-23 22:30:47 -07:00
workflow-helper.ts [UI Server] Enable strict type checking and fix errors (#3593) 2020-04-23 09:25:11 -07:00