79 Commits

Author SHA1 Message Date
david-leifker
cbd97186e2
feat(kafka): bump confluent kafka (#13767) 2025-06-15 10:52:16 -05:00
david-leifker
7e749ff0c5
fix(jaas): fix jaas login (#12848) 2025-03-12 10:25:35 +00: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
deepgarg-visa
42cad3d526
fix(frontend): fix typo datahub-frontend logback.xml (#12134) 2024-12-17 10:23:10 -06:00
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
RyanHolstien
946b9f3745
feat(auth): grant type and acr values custom oidc parameters support (#11116) 2024-08-09 14:55:35 -05:00
david-leifker
c2ca162518
config(header): increase header size to 32k (#10743) 2024-06-18 12:42:06 -05:00
david-leifker
3dd1c4cd41
feat(entity-client): restli batchGetV2 batchSize fix and concurrency (#10630) 2024-06-06 15:38:54 -05:00
david-leifker
b8b7928dd4
fix(misc): misc fixes for OSS release (#10493) 2024-05-13 14:37:36 -05:00
Felix Lüdin
e0cc3902be
fix(frontend): exclude plugins/frontend/auth/user.props config does not exist warnings from log (#10043) 2024-03-22 10:48:14 -04: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
Harshal Sheth
4240578627
feat(ui): switch to vite and vitest (#9451) 2024-01-03 17:16:16 -05:00
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
56c00f5586
feat(openapi): entity endpoints & analytics raw (#8537) 2023-09-07 17:09:52 -05:00
RyanHolstien
5b7487db80
docs(session): add documentation for session token duration and fix default (#8791) 2023-09-06 10:46:53 -05:00
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
david-leifker
87aa792f22
fix(consumer): fix datahub usage event topic consumer (#7866) 2023-05-01 09:28:11 -05:00
david-leifker
fcc9dbb7bc
feat(oidc): add options for preferred jws algorithm (#7245) 2023-02-07 19:21:21 -08:00
Aseem Bansal
0f8f186bd0
chore(logs): clean logs scanning location (#7261) 2023-02-07 16:41:39 +05:30
John Joyce
5859576231
fix(frontend logs): Silencing harmless log messages (and adding path for future) (#7254) 2023-02-06 15:18:32 +05:30
Chris Collins
6cf16c6921
feat(auth): Allow session ttl to be configurable by env variable (#7022) 2023-01-12 09:23:49 -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
Peter Szalai
b48e50343b
fix(frontend): sasl.client.callback.handler.class (#6962) 2023-01-05 13:57:19 -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
27ea3bf125
fix(security): play framework upgrade (#6626)
* fix(security): play framework upgrade
2022-12-08 20:27:51 -06:00
Peter Szalai
dc739878a8
fix(loggin): print logging timestamp in ISO8601 format instead of just time (#6474) 2022-11-17 12:33:56 +01:00
Aditya Radhakrishnan
4b3120478d
feat(auth): add sso frontend endpoint (#6273) 2022-10-31 16:39:26 -07:00
Aditya Radhakrishnan
e8259788a3
feat(tracking): add telemetry for frontend events (#6129) 2022-10-06 18:56:32 -07:00
Aditya Radhakrishnan
d13145e32d
fix(frontend): refactoring AuthServiceClient (#6029) 2022-09-22 18:26:42 -07:00
Harshal Sheth
c44fd626d8
chore: cleanup references to the old ember app (#5797)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-09-04 22:42:09 -07:00
neojunjie
8d4b7cf8a1
fix(PlayCookie) PLAY_TOKEN cookie rejected because userprofile exceeds 4096 chars (#5114) 2022-07-14 09:52:51 -07:00
chen4119
7bf27336ef
feat(frontend): Parse JWT access token claims (#5138) 2022-06-13 07:12:06 -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
Karolis Kascenas
c392142294
feat(frontend) Allow overriding akka-max-header-value-length (#5094) 2022-06-06 16:35:33 -07:00
RyanHolstien
21715957c8
feat(oidc): add configurable read timeout (#5088) 2022-06-06 13:39:44 -07:00
piyushn-stripe
007af1bcf6
feat(frontend): Allow overriding frontend with a custom akka http server (#5031) 2022-05-31 17:35:23 -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
c69310522b
feat(metadata service): Introducing Platform Events (#4477) 2022-03-29 18:32:04 -07:00
Kevin Neville
d8e6f890a9
fix: Replace old repository link with new link (#4446) 2022-03-18 14:12:19 -07:00
John Joyce
acf6eaaf1c
refactor(ui): Simplify process of adding user.props (w/ docs) (#4296) 2022-03-03 19:22:35 -08:00
Ravindra Lanka
1ac20ee764
feat(platform): add timeline api for dataset entity (#4252) 2022-02-24 19:40:55 -08:00
John Joyce
50b9aa8de8
make frontend debug logs richer (#3967) 2022-01-25 16:45:50 -08:00
John Joyce
f49666a230
feat(auth): Metadata Service Authentication! (#3598) 2021-11-22 16:33:14 -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