Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #235

Closed
wants to merge 57 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
9d27fb2
[ALS-5508] Dependabot dep bumps
Jan 18, 2024
96ee6c3
[ALS-5612] Create stored procedure to create a user (#154)
Gcolon021 Feb 13, 2024
764c185
[ALS-5612] Updated stored procedure (#155)
Gcolon021 Feb 14, 2024
dcb743d
[ALS-0000] Fix wiring issues in auth app.
Apr 19, 2024
f42ab2d
Java 21, Spring, code refactor and deploy as standalone container. (#…
Gcolon021 Jun 7, 2024
207a367
Merge Fence specific branch into release
Gcolon021 Jun 14, 2024
400776f
Remove unnecessary configurations from Jenkinsfile
Gcolon021 Jun 18, 2024
52c96f0
Update logging level in Token and Authorization services
Gcolon021 Jun 20, 2024
8813807
Remove unnecessary logging
Gcolon021 Jun 20, 2024
93c07bd
[ALS-6567] Add classes for fence_mapping.json
Gcolon021 Jun 18, 2024
1cf5de7
Update FenceMappingUtility with new model classes
Gcolon021 Jun 18, 2024
ed3fda6
Improve FENCEAuthenticationService with additional checks and code re…
Gcolon021 Jun 18, 2024
8db8910
Update persistAll method to return list of roles
Gcolon021 Jun 21, 2024
6477da2
[ALS-6398] Enable secure and http-only flags for session cookies
Gcolon021 Jun 26, 2024
13c4304
[ALS-6103] Architectural changes to support multiple auth providers (…
Gcolon021 Jul 10, 2024
e2369ff
[ALS-6103] Update StudyAccessController with new annotations
Gcolon021 Jul 10, 2024
01e97dc
[ALS-6103] Update StudyAccessController with new annotations (#184)
Gcolon021 Jul 10, 2024
96c692b
Resolve leading whitespace error programmatically (#185)
Gcolon021 Jul 11, 2024
f5e237e
[Hotfix][ALS-6861] BDC Auth showing as down on the BDC Graphana dashb…
Gcolon021 Jul 12, 2024
f19aa8e
Update AuthorizationService (#187)
Gcolon021 Jul 15, 2024
fa1115b
Merge branch 'refs/heads/ALS-6103-Study-Access' into release
Gcolon021 Jul 16, 2024
5ae8dbf
[ALS-6882] Fix migrator by dropping constraint
Jul 24, 2024
1d2fcc7
Remove AR drop
Jul 25, 2024
eab9a0f
[CHORE] - Switch fetch type to EAGER
Jul 26, 2024
36ad515
Update Dockerfile
nixj14 Aug 20, 2024
67be2c6
Update Dockerfile
nixj14 Aug 20, 2024
e726eb3
Implement RAS Authentication Provider (#195)
Gcolon021 Aug 22, 2024
35118d4
Revert "Update Dockerfile"
Luke-Sikina Sep 5, 2024
9838b55
Revert "Update Dockerfile"
Luke-Sikina Sep 5, 2024
a63a0bd
[ALS-7197] BDC Auth access: User able to access data (#203)
Gcolon021 Sep 9, 2024
535798a
Enhance logging and configuration (#207)
Gcolon021 Sep 10, 2024
706f057
ALS-7306: Add expected result type auth for PFB (#208)
ramari16 Sep 12, 2024
a66011a
Fix token validation logic for long-term tokens (#209)
Gcolon021 Sep 16, 2024
222a096
Add long-term token check in isAuthorized method (#210)
Gcolon021 Sep 17, 2024
21e6b28
Update Jenkinsfile to use uppercase for LATEST_TAG (#212)
Gcolon021 Sep 17, 2024
24acd51
[ALS-6921] Implement Open Access in PSAMA (#211)
Gcolon021 Sep 18, 2024
ab50759
Add deployment toggle to Jenkinsfile (#213)
Gcolon021 Sep 18, 2024
fd783e2
Fix type for DEPLOY parameter in Jenkinsfile (#214)
Gcolon021 Sep 18, 2024
461925a
Change Jenkins Parameter (#215)
Gcolon021 Sep 18, 2024
345122e
Add logout endpoint and improve token validation (#217)
Gcolon021 Oct 1, 2024
a433efb
Check for open access enabled (#218)
Gcolon021 Oct 1, 2024
0061638
Add AR_DICTIONARY_REQUESTS (#219)
Gcolon021 Oct 3, 2024
977a713
[ALS-6880] HttpClient with proxy
Aug 20, 2024
bcba4ac
[ALS-6880] SLF4J dep issues
Aug 21, 2024
cd5296f
restTemplate connection refactoring
nixj14 Aug 21, 2024
b8bd17e
refactor to explicitly set proxy
nixj14 Aug 23, 2024
9d2a041
Fix for error:
nixj14 Sep 6, 2024
459a744
[CHORE] int friendly default for RestClientConf
Oct 7, 2024
60cdb6c
Update Dockerfile
nixj14 Aug 20, 2024
0ea5539
Add Javadoc comments to model classes (#223)
Gcolon021 Oct 11, 2024
1e1eab2
[CHORE] This is not an error
Oct 14, 2024
39e310a
[ALS-7575] Add cache inspection and eviction services (#222)
Gcolon021 Oct 21, 2024
650ae05
[ALS-7554] User should not be able to search without a valid token (#…
Gcolon021 Oct 23, 2024
0c1a417
Test github actions (#228)
Gcolon021 Oct 23, 2024
62d030f
[ALS-7687] Create PSAMA cache unit test (#232)
Gcolon021 Oct 30, 2024
d7934dd
Update dependencies in pom.xml to latest versions (#233)
Gcolon021 Dec 13, 2024
00fa4ab
Update branch references from 'master' to 'main'
Gcolon021 Jan 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unnecessary logging
Gcolon021 committed Jun 21, 2024

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
commit 8813807a2633a8d2594475a8a8d2f347fe022fbd
Original file line number Diff line number Diff line change
@@ -279,8 +279,6 @@ public boolean extractAndCheckRule(AccessRule accessRule, Object parsedRequestBo
int accessRuleType = accessRule.getType();

try {
logger.info("extractAndCheckRule() -> JsonPath.parse().read() parse: {}", parsedRequestBody);
logger.info("extractAndCheckRule() -> JsonPath.parse().read() rule: {}", rule);
requestBodyValue = JsonPath.parse(parsedRequestBody).read(rule);

// Json parse will always return a list even when we want a map (to check keys)