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
eed930c7f6
Adding namespace to Cron Workflow.
...
- Proto files
2020-05-21 12:45:10 -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
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
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
c5975a4022
feat: Added auth token server
...
issue #96
2020-03-10 12:53:13 -07:00
rushtehrani
780257fcf4
update protobuf files
2020-03-02 14:44:17 -08:00
Andrey Melnikov
fb3c17efdc
Auto-generated code update.
2020-02-26 13:40:20 -08:00
rushtehrani
8b4a51c39e
clean up third party + add additional third party proto files
2020-02-21 16:07:39 -08:00
Andrey Melnikov
d3c13fbb0d
Updated generated swagger docs
2020-02-19 11:11:45 -08:00
Aleksandr Melnikov
d855fa4780
Adding latest swagger / pb files.
2020-02-19 09:02:36 -08:00
rushtehrani
078372533b
minor changes to req/res proto
2020-02-05 19:46:54 -08:00
Aleksandr Melnikov
a4f9a65f07
Refactored the HTTP requests and proto messages to look cleaner and
...
reduce duplicated fields.
- Secret message is re-used a lot more
Updated the secret_server code to support the new proto message data
being passed in.
2020-02-05 17:19:22 -08:00
Aleksandr Melnikov
40409b8027
Cleaning up some rebase artifacts.
2020-02-05 13:18:30 -08:00
Aleksandr Melnikov
aa5c12b275
Re-factored secretName to name.
2020-02-05 13:14:50 -08:00
Aleksandr Melnikov
27f1a54968
Renaming GetSecrets to ListSecrets.
2020-02-05 13:14:40 -08:00
Aleksandr Melnikov
6d0c6e96b7
Added API Calls:
...
- AddSecretKeyValue
This allows you to add a key value to a secret.
Example: You can add "typeOfData" key, value "bytes" to secret "default",
namespace "default".
- UpdateSecretKeyValue
You can update "typeOfData" key with value "bits".
2020-02-05 13:13:42 -08:00
Aleksandr Melnikov
9883b24b7f
Added DeleteSecretKey api call.
...
- This allows the deletion of a specific key from a secret.
2020-02-05 13:13:02 -08:00
Aleksandr Melnikov
812c9a174d
Adding DeleteSecret api call.
2020-02-05 13:12:23 -08:00
Aleksandr Melnikov
168c73ee37
Added GetSecrets api call.
...
- Returns a collection of Secret type.
2020-02-05 13:11:40 -08:00
Aleksandr Melnikov
bf929e2f45
Added GetSecret api call.
...
- Returns a secrets data and name.
2020-02-05 13:10:33 -08:00
Aleksandr Melnikov
086566ce14
Added API Path to check if a secret exists in a given namespace.
2020-02-05 13:08:58 -08:00
Andrey Melnikov
6fa397cdbd
Added logic to get a secret and worked on adding createdAt timestamps to models.
2020-01-27 10:05:23 -08:00
rushtehrani
32e8b51251
support kubernetes secret creation
2020-01-07 16:38:52 -08:00