determined
determined copied to clipboard
feat: add echo authentication by default
Description
Reapplying the older echo-auth PR but with slightly changed endpoints.
Test Plan
Commentary (optional)
Checklist
- [ ] Changes have been manually QA'd
- [ ] User-facing API changes need the "User-facing API Change" label.
- [ ] Release notes should be added as a separate file under
docs/release-notes/
. See Release Note for details. - [ ] Licenses should be included for new code which was copied and/or modified from any external code.
- [ ] If modifying
/webui/react/src/shared/
verifymake -C webui/react test-shared
passes.
Deploy Preview for determined-ui canceled.
Name | Link |
---|---|
Latest commit | 4889b2f671466835a1baf836bf9f1952fa9a1de0 |
Latest deploy log | https://app.netlify.com/sites/determined-ui/deploys/633df1afb929f3000853708c |
Deploy Preview for storybook-det canceled.
Name | Link |
---|---|
Latest commit | 4889b2f671466835a1baf836bf9f1952fa9a1de0 |
Latest deploy log | https://app.netlify.com/sites/storybook-det/deploys/633df1af8955a5000884b7cd |
@dzhu some of the endpoints has been removed and replaced with just /api/v1/.*
- it seems like grpc does its own authentication and we therefore don't need to check in echo?