dwalend | 967d0969017 | merging | | |
Xav | cc32bfcf468 | remove commented-out setting in sample Tomcat config file | | |
Xav | fdcec03ad05 | Revert "Revert "remove stale @param's and @throws's from AuthorizationFilter; remove unused maven-compiler-plugin and... | | |
Xav | 2bc3be26389 | Revert "remove stale @param's and @throws's from AuthorizationFilter; remove unused maven-compiler-plugin and junit d... | | |
Xav | f44d8a0b8a9 | remove stale @param's and @throws's from AuthorizationFilter; remove unused maven-compiler-plugin and junit dependency | | |
Xav | d8640ce3c70 | PR feedback : create more tickets for postponed work and include their # + summary in the code; more comments | | |
Carl Woolf | b6b96d27fd7 | reduce free-standing vals | | |
Carl Woolf | c64f5330770 | more compact biz-logic in Filter | | |
Xav | 2cfb5b62199 | remove shrineSP as a config source; add JIRA ticket numbers where changes have been postponed; remove back quotes fro... | | |
Xav | 7aa6bf80a0c | add sample config for RegexAuthorizer | | |
Xav | d8129449134 | add sample config for RegexAuthorizer | | |
Xav | 25426800de2 | move RegexAuthorization class to an example folder | | |
Xav | 74cee947c11 | fix bug in new AuthorizationFilter | | |
Xav | 5d4ce684858 | Add comment to explain how a user is authorized from calling Authorization.AuthorizationCoordinator | | |
Xav | d2da84c0640 | rename AuthorizationService to AuthorizationCoordinator so it is not mistaken to an HTTP end-point provider | | |
Xav | a01774f1282 | rewrite the authorization filter such that there is no return within its body nor is there a 'doChain' var to keep tr... | | |
Xav | 133c0ff50bf | remove fully qualified name where not necessary; move import | | |
Carl Woolf | 0d310336f77 | simplify innerT assignment. More-descriptive names for helpers | | |
David Walend | ac81509b99d | Pull request #1361: Bugfix/SHRINE2020 1309 queued queries poller runs forever, for a more even load on the i2b2 CRC
... | | |
Xav | 1ca47069d56 | add more comments | | |
dwalend | 2b9729d5567 | Logging in ShrineMomClient for SHRINE2020-1305 | | |
dwalend | b8596a6e64c | Logging around runTransactionIO for SHRINE2020-1305 | | |
dwalend | 2fafae21703 | Logging around runTransactionIO for SHRINE2020-1305 | | |
dwalend | 6d726de77f8 | Logging around runTransactionIO for SHRINE2020-1305 | | |
Xav | 8128e8256b1 | make SQL for creating BW list table more universal | | |
dwalend | ac87996de2b | Try not using blocking() for the database transaction. IO.fromFuture should handle the thread pool issues well. For S... | | |
Xav | 7a2a2a1efb5 | create trait for authorizers which use the black/white list attributes provided by WhiteBlackListAttrProvider | | |
Xav | f0b631dc4c3 | straggler for previous commit : simplify SQL for black/white attribute provider so as to be compatible with Oracle. (... | | |
Xav | 17b53b31ebb | simplify SQL for black/white attribute provider so as to be compatible with Oracle. (i.e. do not use AUTO_INCREMENT) | | |
dwalend | 1ca7e66743a | Even more logging to bracket SHRINE2020-1305 | | |
dwalend | 5258a27f923 | Yet more logging in the database to bracket SHRINE2020-1305 | | |
dwalend | a787510f409 | Even more logging in the database to bracket SHRINE2020-1305 | | |
dwalend | 17be4212d36 | More logging in the database to bracket SHRINE2020-1305 | | |
Xav | 0afd620746d | reinstate configuration of filters in web.xml instead of annotations | | |
dwalend | 76e25fce061 | More logging - trying to bracket for SHRINE2020-1305 | | |
Xav | 4919e898a44 | reinstate configuration of filters in web.xml instead of annotations | | |
Xav | 327c1cbc91b | Merge remote-tracking branch 'origin/sso-phase2' into sso-phase2 | | |
Xav | 93770b2314f | reinstate configuration of filters in web.xml instead of annotations | | |
dwalend | 36c944acdde | A little more logging to try to bracket SHRINE2020-1305 | | |
David Walend | 1088580c512 | Pull request #1360: Added a unit test to show - for duplicated keys in a typesafe config file - last in wins - SHRINE... | | |
dwalend | 16b56c1215e | Fix the config and expand the default CRC QUEUED query polling interval for SHRINE2020-1309 | | |
Xav | fbc8a635eac | simplify name and return type of AuthorizationService.isUserAuthorized(), and modify AuthorizerFilter code accordingl... | | |
Xav | e6c31cacb82 | remove wildcard import | | |
Xav | 406710cccb8 | remove wildcard import | | |
Xav | 59dd962d481 | add comment to top of AuthorizationFilter class | | |
Xav | 46eb9849cd7 | make thrown exception class more specific | | |
Xav | 2dd55d8532e | add comment on purpose ot AttrProviderTrait | | |
Xav | 1e410ef8fd9 | move import statement to just above where it's needed. But not able to figure out which specific cases need to be imp... | | |
Xav | 298243ba99a | already imported Config. No need for a fully qualified class name. | | |
Xav | 9204b38eadb | remove "optimistic" var, moved "unauthorizedUrl" attribute fetching to the top of the if block for clarity | | |
Xav | 18e87045d56 | get rid of "var doFilter" in AuthorizationFilter | | |
Xav | 267a80e37e0 | remove unneeded comment | | |
Xav | 7c1faf83414 | fix authz's POM.xml | | |
Xav | 54939cb40d0 | update servlet api version; make it a POM file property | | |
Xav | 61ca4217f3b | rename method, add comment | | |
Xav | 4c7de3f0ddc | Merge remote-tracking branch 'origin/sso-phase2' into sso-phase2 | | |
Xav | 45b74f80c83 | rename method, add comment | | |
dwalend | d72006f9170 | A little more cleanup of SHRINE2020-1309 before review | | |
dwalend | 49f484783fb | Added a jmeter QUEUED query test while exploring SHRINE2020-1303 | | |
Carl Woolf | 29681e0cfae | wb-DB no longer warms up | | |
dwalend | 10fabf63259 | Code cleanup to let the QueuedQueriesPoller just run all the time for SHRINE2020-1309 | | |
dwalend | 92cce1b92d8 | See if just letting the queued queries poller go is better for SHRINE2020-1303 | | |
Xav | 567b02bfafe | remove a line of dead code | | |
dwalend | 785058b0d59 | Revert "SHRINE2020-1303 - try not running the task at all if it is already stopped"
This reverts commit 10000f1335fd... | | |
Xav | ee32976f4e0 | add comment describing the REMOTE_USER header
remove a line of dead code | | |
Xav | 615f0efd26c | add comment describing what AuthorizationService does | | |
Xav | f57ee29b867 | remove "future-proofing" code; modify shrine.config.authorizer.requireAuthorization to be a boolean | | |
Xav | 8cc7fb7e411 | move fully qualified names for AttrProviderTrait and AuthorizerTrait to the import statements, instead of where in th... | | |
Xav | b112b63353f | rename AuthzHttp4sResource class to AuthzHttp4sService | | |
Xav | e00d3799163 | rename AuthzHttp4sResource class to AuthzHttp4sService | | |
Xav | 90cbe7df9e0 | add comments to attribute provider classes | | |
Xav | fcb95915d39 | add comments to attribute provider classes | | |
Xav | 47cf0ede21b | add comments to attribute provider classes | | |
dwalend | 10000f1335f | SHRINE2020-1303 - try not running the task at all if it is already stopped | | |
dwalend | f1a9dafa90a | Experiment for SHRINE2020-1309 - just start the QueuedQueriesPoller at the beginning | | |
Xav | c116c341efa | add comments; clean up imports | | |
Xav | 2d4812a6c8f | Merge remote-tracking branch 'origin/sso-phase2' into sso-phase2 | | |
Xav | b6cf138fb5f | add comments; clean up imports | | |
dwalend | 00952cc4d46 | Aimed perfest jmeter test at perftest | | |
Carl Woolf | fba19a3462a | Revert "cleaner (no redundant comment) tag of all {reference,shrine}.conf files in source and in resulting conf"
Thi... | | |
Xav | 24d5445e7a1 | add documentation to attribute providers and their usage to build the complete userInfo map | | |
Xav | d75ed14c1f5 | get rid of pairNameAndMap() method in AttrProviderTrait | | |
Xav | f8a19c2a74f | Rename class to reflect that it is a trait | | |
Xav | ceff39a74a6 | use trait instead of abstract class for Attribute Providers | | |
Xav | 1df8ace02fe | use trait instead of abstract class for Attribute Providers | | |
Xav | 566173f6376 | use trait instead of abstract class | | |
Xav | 5d816a9075a | use trait instead of abstract class | | |
Xav | 179aa6ac4ec | use trait instead of abstract class | | |
Xav | 347239ef85b | coalesce WhiteBlackListAttrProvider and WhiteBlackListDb.scala | | |
Xav | 7d944d7aea4 | add warning to log when authorization fails | | |
Xav | 74d12ccb51c | Revert "add warning to log when authorization fails"
This reverts commit e49c44ab10ce48c02c4e1a79b08ff0b1e0686ed3. | | |
Xav | 69ea15c3ec1 | Merge remote-tracking branch 'origin/feature/SHRINE2020-1308' into feature/SHRINE2020-1308 | | |
Xav | e49c44ab10c | add warning to log when authorization fails | | |
dwalend | 8abb6cce3ab | Added a unit test to show - for duplicated keys in a typesafe config file - last in wins - SHRINE2020-1308 | | |
Carl Woolf | 9a24efe1251 | cleaner (no redundant comment) tag of all {reference,shrine}.conf files in source and in resulting conf | | |
Carl Woolf | 29fde75607b | Revert "tag all {reference,shrine}.conf files in source and in resulting conf"
This reverts commit 842cc097e19dae968... | | |
Carl Woolf | 842cc097e19 | tag all {reference,shrine}.conf files in source and in resulting conf | | |
Carl Woolf | 217114c9e5d | add back sorting of userInfo in its string-dump | | |
Carl Woolf | c097c51e6ff | Merge remote-tracking branch 'origin/sso-phase2' into sso-phase2 | | |
Carl Woolf | 8efdea06773 | stop using StringBuilder. simplify 'syntax' of info that regex matches against | | |
Xav | 1d09d4f5d7a | refactor method getAuthorization() to isAuthorized() | | |
Xav | 7c68dbc94d9 | Merge remote-tracking branch 'origin/sso-phase2' into sso-phase2 | | |
Xav | a1de472bea8 | remove stale dependency | | |
Carl Woolf | e64faaa9f1c | Merge remote-tracking branch 'origin/sso-phase2' into sso-phase2 | | |
Carl Woolf | 0f581e31fd9 | Remove Util.scala. allConfig and one method relocated / renamed | | |
Xav | 90ea5c0f3bd | clean up imports | | |
Xav | 801a2163b0d | remove stale dependency | | |
Xav | e3b61b35949 | make exception message more informative | | |
Xav | 6b28c925a74 | Merge remote-tracking branch 'origin/sso-phase2' into sso-phase2 | | |
Xav | 22701d75edb | remove stale dependency on AuthorizationService | | |
Carl Woolf | 89fc54878ec | Merge remote-tracking branch 'origin/sso-phase2' into sso-phase2 | | |
Carl Woolf | d2f9ee42956 | Cleanup (nuke) smoke-test url-endpoints | | |
Xav | bdd50a12363 | revert version in POM to sso-phase2 | | |
Xav | 0f3b407fd96 | revert version in POM to sso-phase2 | | |
Xav | da479b596cc | copy the 3 sample configs for SOO into sso/shrine/shrine.conf, as 3 commented out config blocks | | |
Xav | fb48dbc0a04 | move the 3 sample configs for SOO into the "big" shrine.conf, as 3 commented out config blocks | | |
Xav | d1cfceccaf9 | add a comment about where the config item unauthorizedMessage is set | | |
Xav | 694dbc4bebe | add a comment about where the config item unauthorizedMessage is set | | |
Xav | f6876dee5a8 | Merge remote-tracking branch 'origin/sso-phase2' into sso-phase2 | | |
Xav | 0ec3b2d13f9 | configure unauthorizedMessage in the qep' reference.conf file only. | | |
Carl Woolf | 077eb21236b | Merge remote-tracking branch 'origin/sso-phase2' into sso-phase2 | | |
Carl Woolf | e8fd5b1f476 | use forall() to eliminate one more var | | |
Xav | ca463ed03c3 | update version to 4.1.0 | | |
Carl Woolf | ab20583cc1e | cleanup unused var's, though I think they should have been used? | | |
Carl Woolf | f1691086b65 | add summary comments to each authorizer class | | |
Carl Woolf | 87c1a5ec895 | remove confusing / provocative comment | | |
Carl Woolf | 01c79f8c22f | tweak val-names, and more-concise expressions | | |
Carl Woolf | 40c020a85f4 | for PR comment | | |
Marc-Danie Nazaire | 588bbaf9e43 | removed kafka trust store | | |
Carl Woolf | d337c896d91 | regex authorizer can parse negative regex | | |
Marc-Danie Nazaire | c8538fa5482 | modifier sasl jaas config to use plainloginmodule | | |
Carl Woolf | 7c11a91da7b | adjust pretty-print of user-info. provide regex authorizer | | |
Carl Woolf | bc6252331bb | clean up comment | | |
Xav | 152011eb3cc | Merge branch 'develop' into sso-phase2 | | |
dwalend | 25606a9dd20 | Unwind blocker for SHRINE2020-1305 | | |
dwalend | 28100152661 | Added a little logging, and try moving the kafka send to the http client thread pool for SHRINE2020-1305 | | |
dwalend | e7ae3ee780f | Merge remote-tracking branch 'origin/develop' into bugfix/SHRINE2020-1306 | | |
Xav | 5d493da412c | cleaning up my mess | | |
Xav | 1a8a3b19619 | Revert "fix class name; remove unused POM dependency"
This reverts commit e7f5a98268e09473ae22e12b39d5e5c3bb7f5d73. | | |
Xav | 2b0af40a9d1 | Revert "code for a new attribute provider based on using Xpath to extract attributes from XML returned by end-points"... | | |
Xav | e7f5a98268e | fix class name; remove unused POM dependency | | |
Xav | 21ddfa41160 | code for a new attribute provider based on using Xpath to extract attributes from XML returned by end-points | | |
dwalend | 9fcd4af7231 | Try receiving messages using the db thread pool for SHRINE2020-1306 | | |
Carl Woolf | 3e8b3e0279d | Merge remote-tracking branch 'origin/sso-phase2' into sso-phase2 | | |
Carl Woolf | c0a5c40d6e0 | dump of user info may be good for regex authz | | |
Xav | 18cf427a535 | Merge remote-tracking branch 'origin/sso-phase2' into sso-phase2 | | |
Xav | 2c75e76bbbf | remove console.log() statements by Carl and Xav | | |
dwalend | 505d7f9f4f6 | Try some withTransactionIsolation(TransactionIsolation.RepeatableRead) for SHRINE2020-1306 | | |
David Walend | 7adc34119e2 | Pull request #1359: Bugfix/SHRINE2020 1282
Merge in SHRINE/shrine from bugfix/SHRINE2020-1282 to develop
* commit '... | | |
dwalend | b1dbbef5ef6 | Added some .withTransactionIsolation(TransactionIsolation.Serializable) for SHRINE2020-1306 | | |
Carl Woolf | d312e7b8a9e | profiles to use faculty-type | | |
Carl Woolf | d9d4d165d25 | adjust semantics of bw authorizer per demo meeting | | |
dwalend | 0e68507a2bc | Trying a bounded thread pool and some fairness for SHRINE2020-1306. I think it'll actually also need a queue, but bab... | | |
Xav | 44dbea3ccc9 | Merge branch 'sso-phase2' of https://open.catalyst.harvard.edu/stash/scm/shrine/shrine into sso-phase2 | | |
Xav | 93d6ef0e6d2 | Create a new authorizer class which looks only at the black- and white-list attributes | | |
dwalend | 667cada71ca | An experiment - can I force ACID by bringing allTableVersions' query row into the transaction at the beginning - for ... | | |
Carl Woolf | e8bd289dd5c | remove speculative additions to middleware user-object | | |
Marc-Danie Nazaire | e34c480b1b9 | Fixed tutorial not being displayed after manually logging out and logging back in | | |
Marc-Danie Nazaire | 21f5e293c32 | Fixed tutorial not being displayed after automatic session timeout logout | | |
Carl Woolf | ad13f14579e | cleanup IdleTimer -- no clearLogin, as also in Header | | |
Xav | c2cc75e818b | remove tutorial dialog when clicking the log off button from the timeout dialog | | |
dwalend | 9781cc5205d | Review cleanup for SHRINE2020-1282 | | |
Xav | c20e46036b1 | remove tutorial dialog when clicking the log off button from the timeout dialog | | |
Xav | a134404b953 | reinstate lines commented out in error | | |
dwalend | 0daec1c4e24 | Try using the java api for SHRINE2020-1282 | | |
dwalend | 7cb48047371 | One more try at using a resource outside of context for SHRINE2020-1282 | | |
Xav | b79e96ed1d5 | added instrumentation around IdleTimer and Tutorial | | |
Carl Woolf | f747a4dea2a | oops, sometimes it's ok to be in a negative mood | | |
Carl Woolf | 10030dc8774 | proposed solution for network.config as well as clearLogin | | |
Carl Woolf | fff2e213396 | improve url persistence logic | | |
Marc-Danie Nazaire | 471850605f0 | SHRINE2020-1282 - CRC invocations are not using the right thread pool- Modified to use a specified blocker in produce... | | |
Carl Woolf | 2e37f30649f | instrumentation for exploring timeout behavior | | |
Marc-Danie Nazaire | 3605713c2a7 | SHRINE2020-1282 - CRC invocations are not using the right thread pool- Modified to create a KafkaProducer resource | | |
Xav | b73cb88e911 | back to buggy teimout/logout behavior with dispatch(clearLogin()) | | |
Xav | 542b27b0ed5 | code clean up | | |
Carl Woolf | 9356f6be209 | have some embedded util code to show headers/cookies | | |
Carl Woolf | 7eb61ea4269 | Merge remote-tracking branch 'origin/sso-phase2' into sso-phase2 | | |
Carl Woolf | 730015f3c7a | see if idleTimer less flaky without gratuitous dispatch to clearLogin() | | |
Xav | 5206a355f77 | sync-up no-sp.conf file with what is in the shrine-sso-config repo right now | | |
Carl Woolf | 7baf02c2730 | use filter only if 'sso' mode. tweak configs | | |
Carl Woolf | 6b0a5f6f6e1 | refrain from loading authz-related 'services' if non-sso | | |
Xav | dcd4bc3b43d | stop looking for "unauthorizedUrl" config property under all PM/SSO/Authz permutations, because it may legitimately n... | | |
Xav | f7b50a6ac5f | add missing unauthorized message to sample config file | | |
Carl Woolf | 71ec141519e | cleanup some cruft, hone comments and readme | | |
Carl Woolf | 27ddc515caf | tweak sample config and some logic | | |
Carl Woolf | f6b35686570 | arrange methods in order of usage | | |
Carl Woolf | 0b8899005c9 | tweak comment, adjust location of vals | | |
Carl Woolf | 7529d7981dc | cleanup imports, and one comment | | |
Next → |