1317 Commits

Author SHA1 Message Date
jasquat
11d4024174 Merge commit '106e2ca7214aec4dba965ccb3f94b0658acaa2b2' 2022-10-19 10:43:46 -04:00
jasquat
1902b785d9 updated flask-bpmn w/ burnettk cullerton 2022-10-19 10:43:26 -04:00
burnettk
1fcc935e7c Merge commit '9781908243408ed221f2b0131a00b8a9612f81f3' 2022-10-19 10:31:35 -04:00
jasquat
57ba8e0c82 also set up the config for hacked app w/ burnettk 2022-10-18 17:29:31 -04:00
jasquat
045fe9c93a configure sentry in hacked up app w/ burnettk 2022-10-18 17:10:59 -04:00
jasquat
fd1a273d3b save process instance even it fails w/ burnettk 2022-10-18 17:05:18 -04:00
jasquat
e9734bff3a Merge commit '64e7049c9a0a4360101a155a41ce64ae692acd3c' 2022-10-18 16:41:10 -04:00
jasquat
d0336039c5 added api endpoint to get the auth list from connector proxy w/ burnettk 2022-10-18 16:40:25 -04:00
Kevin Burnett
ca13f0ca5d
Merge pull request #142 from sartography/bugfix/clean_up_non_existant_workflow_types_and_libraries
Bugfix/clean up non existent workflow types and libraries
2022-10-18 20:35:09 +00:00
burnettk
304ee66b49 lint 2022-10-18 16:34:37 -04:00
Dan
935c883b01 migration. 2022-10-18 16:17:29 -04:00
Dan
1f99264c0f Remove all references to the MasterWorkflow, standalone workflows, and libraries, as these concepts should no longer exist. 2022-10-18 16:11:38 -04:00
jasquat
a7a83a97cf Merge branch 'main' of github.com:sartography/spiffworkflow-backend 2022-10-18 16:07:39 -04:00
jasquat
6ce1cdb043 updated flask-bpmn for new ApiError. w/ burnettk 2022-10-18 16:07:33 -04:00
Kevin Burnett
796735e899
Merge pull request #141 from sartography/bugfix/allow-strptime-in-scripts
Bugfix/allow strptime in scripts
2022-10-18 20:04:30 +00:00
Dan
5e13a23912 Remove the "master_spec" 2022-10-18 15:55:50 -04:00
burnettk
28239aa4cf Merge commit 'aa22f4b397a899fa06d06c2e9127ca98d9eb909a' 2022-10-18 10:22:31 -04:00
jasquat
ffb6d366f9 added natalia to keycloak configs w/ burnettk 2022-10-18 10:19:32 -04:00
jasquat
7c53fc9fa7 Merge remote-tracking branch 'origin/main' into feature/permissions3 2022-10-18 08:43:09 -04:00
burnettk
8b184a5c1c Merge commit '4f0f5b1ece069ec56f8eb4154d61334a321749a1' 2022-10-18 07:09:34 -04:00
burnettk
2fbc6777bd filter out NotFound from our sentry alerts and fix a bunch of typing things 2022-10-18 07:09:03 -04:00
burnettk
bd1effc683 Merge commit 'b4975660431c275ce736e0431b98c39548200af1' 2022-10-17 21:35:30 -04:00
burnettk
823e32eb8e smash all containers 2022-10-17 21:35:23 -04:00
burnettk
bad7513c32 keycloak docker build for prod image 2022-10-17 21:25:05 -04:00
burnettk
eafa4f610b Merge commit 'c9bd62250452403550ae1bf1d27547d4796dd316' 2022-10-17 17:36:41 -04:00
burnettk
1965bfe2d9 use ssl 2022-10-17 17:36:33 -04:00
burnettk
50d9a0c3f9 Merge commit '9be0517531543655a35023af17b76dbb41eab93e' 2022-10-17 17:09:47 -04:00
jasquat
47554b0739 updated keycloak to accept demo.spiffworkflow url w/ burnettk 2022-10-17 17:09:42 -04:00
mike cullerton
201a6918a0 pyl changes 2022-10-17 17:03:34 -04:00
mike cullerton
a6112f7fb5 Merge branch 'main' into bug/refresh-token 2022-10-17 16:57:33 -04:00
mike cullerton
87f65a6c62 auth_token should be dictionary, not string 2022-10-17 16:56:31 -04:00
mike cullerton
f163de61c2 pyl 2022-10-17 12:54:29 -04:00
mike cullerton
1f443bb946 PublicAuthenticationService -> AuthenticationService 2022-10-17 12:43:17 -04:00
mike cullerton
6c491a3df3 Don't refresh token here. They just logged in. We are validating the returned token. If it is bad, raise an error. 2022-10-17 12:38:47 -04:00
mike cullerton
91b8649f86 id_token -> auth_token 2022-10-17 12:37:55 -04:00
mike cullerton
fc94774bb5 Move store_refresh_token to authentication_service 2022-10-17 12:37:22 -04:00
mike cullerton
00d66e9c51 mypy 2022-10-17 12:02:29 -04:00
mike cullerton
c4e415dbee mypy 2022-10-17 11:57:58 -04:00
mike cullerton
1e75716ebd Pre commit 2022-10-17 11:46:39 -04:00
mike cullerton
a72b03e092 Rename method. We pass it auth_tokens, not id_tokens 2022-10-17 11:39:22 -04:00
mike cullerton
9a6700a6d5 Too many things expect g.token. Reverting my change 2022-10-17 11:28:09 -04:00
burnettk
34e98b77db Merge commit 'a1a01ad25a1ef60b879dede6f037f0fff3381ae4' 2022-10-17 11:18:12 -04:00
jasquat
248e79441f added environment to sentry configs w/ burnettk 2022-10-17 11:18:03 -04:00
mike cullerton
74883fb231 Noe store refresh_token, and try to use it if auth_token is expired
Renamed some methods to use correct token type
2022-10-17 11:10:47 -04:00
mike cullerton
be0557013e Cleanup - remove unused code 2022-10-17 10:54:54 -04:00
mike cullerton
cf01f0d514 Add refresh_token model 2022-10-17 10:51:47 -04:00
burnettk
c8d0cb8a28 Merge commit 'bee232a55a82054e629f48f0333495b61a7da7d1' 2022-10-17 10:20:35 -04:00
burnettk
2148c39fca no user input, please 2022-10-17 10:18:14 -04:00
burnettk
0047827114 Merge commit '71e189afbc127b574cca8d02fc31b2e65aff0d52' 2022-10-16 22:32:16 -04:00
burnettk
593f33ca52 wait for db to be ready option 2022-10-16 22:31:55 -04:00