Commit Graph

35 Commits

Author SHA1 Message Date
Andrey Melnikov
89c0f26103 Revert "feat: remove is valid token endpoint"
This reverts commit 466a417e60.

Also marks the IsValidToken endpoint as deprecated
2020-11-16 10:46:44 -08:00
Andrey Melnikov
466a417e60 feat: remove is valid token endpoint 2020-11-12 15:55:58 -08:00
Andrey Melnikov
717a4bc2e8 fix: temporary fix while cvat is not updated to use new auth 2020-11-06 12:11:40 -08:00
Andrey Melnikov
a405e8bf46 feat: update api to use accessTokenAuth 2020-11-03 13:37:30 -08:00
Andrey Melnikov
93bdc7cd70 fix: rename LogIn to GetAccessToken 2020-11-03 10:29:02 -08:00
Andrey Melnikov
e41d5c38af feat: added log in endpoint which is essentially an alias for auth token, but is more descriptive 2020-10-29 12:14:53 -07:00
Andrey Melnikov
20c4950b69 feat: revert jwt token from auth 2020-10-14 11:53:05 -07:00
Andrey Melnikov
5bd2feaa86 update: added username to returned auth token 2020-10-12 17:01:26 -07:00
Andrey Melnikov
7150f24631 feat: update incoming token to be a JWT token that takes in username 2020-10-12 16:07:12 -07:00
Andrey Melnikov
79d5babfcb update: IsAuthorized request to only be POST since the additional HEAD binding didn't work. Also updated the request to get data from headers if nothing is in body. 2020-06-10 10:44:33 -07:00
Andrey Melnikov
88955d4e15 fix: issue where request data did not come through to api 2020-06-05 16:03:05 -07:00
Andrey Melnikov
e2f027dd61 update: centralized authorization logic for workspace actions into one IsAuthorized endpoint 2020-06-04 14:01:07 -07:00
Andrey Melnikov
9acd4cf6d3 fix: cron workflows now return UID and the delete endpoint doesn't have the terminate suffix.
Also updated Authorized endpoint to not have same path as IsValidToken
2020-05-22 20:25:05 -07:00
Aleksandr Melnikov
cd4f429559 Merge branch 'develop' into feat/core.171-archiving.workflow.template.clean.up 2020-05-22 15:44:01 -07:00
Aleksandr Melnikov
eed930c7f6 Adding namespace to Cron Workflow.
- Proto files
2020-05-21 12:45:10 -07:00
rushtehrani
260dd334f6 update api + remove unused import 2020-05-19 12:57:37 -07:00
Aleksandr Melnikov
2b67724e35 Adding IsAuthorized endpoint. 2020-05-18 13:49:27 -07:00
rushtehrani
7082e53328 update protobuf generators 2020-05-05 15:50:09 -07:00
rushtehrani
12f2a9bd05 make api 2020-05-05 13:10:07 -07:00
Andrey Melnikov
cfd000d38b Merge remote-tracking branch 'origin/feat/core.124-add.envoy.filter' into feat/integrate.workflow.changes 2020-05-04 11:55:57 -07:00
Aleksandr Melnikov
6591977470 Adding a domain field as a response to IsValidToken request. 2020-05-04 11:48:29 -07:00
Andrey Melnikov
11c18f23a9 auto-generated: ran make api 2020-05-04 10:42:20 -07:00
rushtehrani
38368e4881 add GetWorkspaceTemplate api 2020-05-03 14:10:00 -07:00
Aleksandr Melnikov
13e1bca6b2 Removing non X parameters from IsWorkspaceAuthenticatedRequest.
- Adding FQDN.
2020-04-30 14:36:48 -07:00
Aleksandr Melnikov
5c1b48dcab Fixing the proto HEAD request.
- Otherwise, you get a 405 method not found.
2020-04-29 16:40:32 -07:00
Aleksandr Melnikov
0d9665e11e Adding head request to auth/token.
- Adding stub method to handle request.
2020-04-28 16:20:55 -07:00
Andrey Melnikov
cb6c305ade Ran make api 2020-04-06 18:22:38 -07:00
Aleksandr Melnikov
9ce6e1f1d8 Ran make protoc 2020-04-03 16:51:04 -07:00
Andrey Melnikov
dfa0c1d7a3 merge: branches 2020-04-03 10:29:25 -07:00
Aleksandr Melnikov
58eb005851 Moving the label messages out of workflow and into it's own proto file.
- CronWorkflows re-use the same message types.
Added endpoints for CronWorkflow label operations.
2020-04-02 14:56:00 -07:00
Andrey Melnikov
3fe93a64c9 feat: Updated cron to return the active parameters 2020-03-31 19:20:55 -07:00
Aleksandr Melnikov
24b3fe57fb Fixing values inside of proto for CronWorkflow fields. 2020-03-27 12:20:58 -07:00
Aleksandr Melnikov
b114204206 Proto updates. 2020-03-27 12:17:39 -07:00
Andrey Melnikov
570e5d9322 fix: Updated authentication check endpoint to take the auth token as POST request data 2020-03-24 15:55:51 -07:00
Andrey Melnikov
faea5acb51 fix: Committed missing auth generated files. 2020-03-10 19:53:59 -07:00