Nate Bryant
7618af549c
fix(logging): fixes slow query logging formatting and adds parsing fo… ( #12955 )
...
Co-authored-by: RyanHolstien <RyanHolstien@users.noreply.github.com>
2025-04-02 15:10:46 -05:00
Chakru
6c57057f51
feat(auth): support guest access ( #12619 )
...
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2025-03-04 01:52:52 +05:30
david-leifker
0e4b3c15c9
refactor(datahub-frontend): upgrade frontend pac4j ( #11709 )
2024-10-28 09:05:16 -05:00
Nate Bryant
c63d75e9c5
feat(logging): add option to log slow GraphQL queries ( #11308 )
2024-09-10 12:01:35 -05:00
Pinaki Bhattacharjee
a8ef7b68c8
chore(vulnerability): Log Injection ( #11090 )
2024-08-03 08:00:16 -05:00
david-leifker
79ad58268e
fix(media-type): fix proxy media-type and openapi patch endpoint ( #10763 )
2024-06-22 09:10:11 -05:00
Davi Arnaut
5a686c5f4c
feat(auth): improve authentication flow logging ( #10428 )
2024-05-03 11:54:51 -07:00
david-leifker
731c29e675
feat(graph-retriever): implement graph retriever ( #10241 )
2024-04-16 10:12:48 -05:00
david-leifker
943bb57cbc
feat(backend): structured properties and forms ( #9626 )
...
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
Co-authored-by: RyanHolstien <RyanHolstien@users.noreply.github.com>
2024-01-22 11:46:04 -06:00
RyanHolstien
2270a6d5f9
fix(frontend): restrict redirect uri domain ( #9592 )
2024-01-09 14:15:50 -06:00
RyanHolstien
651998de44
feat(frontend): align frontend sso code with refactors ( #9506 )
2023-12-26 14:34:10 -06:00
Aseem Bansal
e14474176f
feat(lint): add spotless for java lint ( #9373 )
2023-12-06 11:02:42 +05:30
RyanHolstien
486e394cb8
fix(signup): prevent invalid email signup ( #9234 )
2023-11-14 14:06:33 -06:00
RyanHolstien
60c1aab587
fix(frontend): update cookie module ( #8862 )
2023-10-17 15:50:32 -05:00
david-leifker
aef49b8fb2
feat(entity-client): enable client side cache for entity-client and usage-client ( #8877 )
2023-09-21 22:00:14 -05:00
Ne Enot
d30898637d
fix(frontend): Fix"Logout with OIDC not working" ( #8773 )
2023-09-02 20:37:26 -05:00
Xuelei Li
352a54a7bf
fix(auth): ignore case when comparing http headers ( #8356 )
2023-07-31 09:58:02 +05:30
david-leifker
81fdf9df55
fix(vulnerabilities)/vulnerabilities_fixes_datahub ( #8075 ) ( #8189 )
...
Co-authored-by: Sejal-NucleusTeq <109514187+Sejal-NucleusTeq@users.noreply.github.com>
2023-06-07 18:42:19 -05:00
John Joyce
633119965d
fix(frontend proxy): Disable unnecessary URL encoding at the proxy layer ( #7532 )
2023-03-09 20:32:00 -08:00
Chris Collins
fd89047ee2
fix(sso) Retrieve cookie configs separately from SSO configs ( #7330 )
2023-02-14 13:36:47 -05:00
Aditya Radhakrishnan
3e34cf3475
fix(sso): Clear cookies on SSO redirect error ( #7088 )
2023-01-19 16:58:25 -08:00
Chris Collins
0337110928
feat(auth) Update auth cookies to have same-site none for chrome extension ( #6976 )
2023-01-11 17:31:20 -05:00
John Joyce
12b199f6c4
fix(SSO): Correctly redirect to originally requested URL in SSO ( #7011 )
2023-01-11 10:45:18 -08:00
david-leifker
ecc01b9a46
refactor(restli-mce-consumer) ( #6744 )
...
* fix(security): commons-text in frontend
* refactor(restli): set threads based on cpu cores
feat(mce-consumers): hit local restli endpoint
* testing docker build
* Add retry configuration options for entity client
* Kafka debugging
* fix(kafka-setup): parallelize topic creation
* Adjust docker build
* Docker build updates
* WIP
* fix(lint): metadata-ingestion lint
* fix(gradle-docker): fix docker frontend dep
* fix(elastic): fix race condition between gms and mae for index creation
* Revert "fix(elastic): fix race condition between gms and mae for index creation"
This reverts commit 9629d12c3bdb3c0dab87604d409ca4c642c9c6d3.
* fix(test): fix datahub frontend test for clean/test cycle
* fix(test): datahub-frontend missing assets in test
* fix(security): set protobuf lib datahub-upgrade & mce/mae-consumer
* gitingore update
* fix(docker): remove platform on docker base image, set by buildx
* refactor(kafka-producer): update kafka producer tracking/logging
* updates per PR feedback
* Add documentation around mce standalone consumer
Kafka consumer concurrency to follow thread count for restli & sql connection pool
Co-authored-by: leifker <dleifker@gmail.com>
Co-authored-by: Pedro Silva <pedro@acryl.io>
2022-12-26 16:09:08 +00:00
david-leifker
bacc2f957b
fix(oidc): fix oidc authentication loop ( #6848 )
...
* fix(oidc): fix oidc authentication loop
2022-12-22 16:12:51 -06:00
david-leifker
27ea3bf125
fix(security): play framework upgrade ( #6626 )
...
* fix(security): play framework upgrade
2022-12-08 20:27:51 -06:00
Aditya Radhakrishnan
4b3120478d
feat(auth): add sso frontend endpoint ( #6273 )
2022-10-31 16:39:26 -07:00
John Joyce
1bcc9df853
fix(oidc): Avoid storing Pac4j profile in cookie ( #6260 )
2022-10-21 10:58:27 -07:00
Aditya Radhakrishnan
73a3aa3a3d
fix(auth): fix login endpoint to respect session expiration env var ( #6151 )
2022-10-07 14:08:43 -07:00
Aditya Radhakrishnan
e8259788a3
feat(tracking): add telemetry for frontend events ( #6129 )
2022-10-06 18:56:32 -07:00
Aditya Radhakrishnan
325b959ea6
feat(roles): add ability to invite users into a role ( #6015 )
2022-09-23 16:48:23 -07:00
Aditya Radhakrishnan
011421dfaa
fix(frontend): fix authenticate endpoint to create new session on redirect ( #6036 )
2022-09-23 12:05:53 -07:00
Aditya Radhakrishnan
d13145e32d
fix(frontend): refactoring AuthServiceClient ( #6029 )
2022-09-22 18:26:42 -07:00
John Joyce
2d29d0b121
refactor(frontend): Addressing minor issues ( #6012 )
2022-09-21 14:21:55 -07:00
Patrick Marx
de547a9af9
fix(frontend): forward Host header as X-Forwarded-Host ( #5816 )
2022-09-09 14:13:30 -07:00
John Joyce
5974721697
fix(ui): Long overdue - Fix red error screens during OIDC login, logout exception scenarios ( #5708 )
2022-08-23 09:54:34 -07:00
Aditya Radhakrishnan
fdf4e48495
feat(users): add ability to add native users from the UI ( #5097 )
...
Co-authored-by: John Joyce <john@acryl.io>
2022-06-08 18:13:22 -07:00
RyanHolstien
72eff249ad
chore(deps): play - upgrade for CVEs ( #4891 )
2022-05-10 16:15:53 -07:00
RyanHolstien
9422578e41
Revert "chore(deps): upgrade play to remove CVEs ( #4864 )" ( #4868 )
...
This reverts commit 84a026b1263ab91cd4010d905129a279523f413e.
2022-05-06 15:08:35 -07:00
RyanHolstien
84a026b126
chore(deps): upgrade play to remove CVEs ( #4864 )
2022-05-06 13:42:03 -07:00
RyanHolstien
ad7a92a098
Revert "chore(deps): upgrade play dependencies to remove CVE vulnerabilities ( #4820 )" ( #4861 )
...
This reverts commit fa4abeade750c487504976e13c7aad2789b9e49e.
2022-05-06 10:18:30 -07:00
RyanHolstien
fa4abeade7
chore(deps): upgrade play dependencies to remove CVE vulnerabilities ( #4820 )
2022-05-06 08:05:19 -07:00
John Joyce
ef31b0ee6a
fix(frontend): Fix common OIDC issues ( #4351 )
2022-03-08 14:27:19 -08:00
Dexter Lee
18dd5b6c13
feat(Impact Analysis): Support impact analysis to check all downstreams of given entity ( #4322 )
2022-03-04 16:10:25 -08:00
Aseem Bansal
4aa14214d9
feat(ingest): rest-emitter: make test_connection more robust ( #3919 )
...
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-01-19 18:51:47 -08:00
John Joyce
f49666a230
feat(auth): Metadata Service Authentication! ( #3598 )
2021-11-22 16:33:14 -08:00
John Joyce
1062c3ebc5
fix(frontend): Hush noisy datahub-frontend warnings ( #3559 )
2021-11-12 16:33:06 -08:00
John Joyce
c7d3f8b930
Proxy GMS API requests ( #3509 )
2021-11-08 13:37:31 -08:00
Dexter Lee
9172700585
fix(frontend): Add additional sasl config for kafka producer in datahub-frontend ( #3220 )
2021-09-15 18:08:54 -07:00
John Joyce
ccb09a6966
feat(access control): Fine-Grained Access Control M1 ( #3182 )
2021-09-02 19:05:13 -07:00